|
|
@@ -73,7 +73,7 @@ export default {
|
|
|
//this.addDataList(account, fansNum, flag, editData);
|
|
|
let data = {
|
|
|
id: editData["id"],
|
|
|
- authorization: flag === "是" ? true : false,
|
|
|
+ authentication: flag === "是" ? true : false,
|
|
|
fansCount: fansNum,
|
|
|
accountCode: account,
|
|
|
};
|
|
|
@@ -169,6 +169,7 @@ export default {
|
|
|
width: 267px;
|
|
|
height: 555px;
|
|
|
z-index: 999;
|
|
|
+ border: none;
|
|
|
img {
|
|
|
height: 100%;
|
|
|
width: 100%;
|