shish vor 6 Jahren
Ursprung
Commit
de580f60c5
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      store/src/admin/adminShop/bind.vue

+ 4 - 4
store/src/admin/adminShop/bind.vue

@@ -19,7 +19,7 @@
           </tui-list-cell>
           <tui-list-cell class="line-cell" :hover="false">
             <div class="tui-title required" style="width:120rpx;">昵称</div>
-            <view style="width:400rpx;">{{form.nickname}}</view>
+            <view style="width:400rpx;">{{form.nickName}}</view>
             <button
               class="admin-button-com blue mini-btn"
               open-type="getUserInfo"
@@ -30,7 +30,7 @@
           <div
             class="prompt-text"
             style="margin-top:20rpx;margin-bottom:20rpx;font-size:30rpx;"
-          >关注公众号,第一时间接收动态提醒:</div>
+          >关注公众号,第一时间接收门店动态:</div>
 
           <tui-list-cell>
             <block>
@@ -82,7 +82,7 @@ export default {
         recommendAdminId: "",
         shopId: "",
         adminId: "",
-        nickname: ""
+        nickName: ""
       },
       levelSelData: {},
       showBindArea:true,
@@ -178,7 +178,7 @@ export default {
           getWxInfo({ iv: res.iv, encryptedData: res.encryptedData }).then(
             subRes => {
               this.form.adminId = subRes.data.id;
-              this.form.nickname = subRes.data.nickname;
+              this.form.nickName = subRes.data.nickName;
               uni.showToast({
                 icon: "success"
               });