ソースを参照

修改微信绑定

shenjj 7 年 前
コミット
6763842b61
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pages/mobile/user/index.vue

+ 1 - 1
pages/mobile/user/index.vue

@@ -177,7 +177,7 @@
             }
             }
           }
           }
         } else if (!this.user.data.enterprise.uu || this.user.data.enterprise.isVendor !== 313) {
         } else if (!this.user.data.enterprise.uu || this.user.data.enterprise.isVendor !== 313) {
-          this.setRemindText('请先前往pc端完善企业信息')
+          this.setRemindText('请点击【开店申请】完善信息')
         } else {
         } else {
           this.$router.push(url)
           this.$router.push(url)
         }
         }