瀏覽代碼

静态页面

1002884655 4 年之前
父節點
當前提交
3afefdea15
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. 3
    1
      src/pages/WoDe/ShiMingRenZheng/index.vue

+ 3
- 1
src/pages/WoDe/ShiMingRenZheng/index.vue 查看文件

1
 <template>
1
 <template>
2
   <div class="Page">
2
   <div class="Page">
3
-    <MainPageContainer @ShopInfoChange="Init" :ShowMainHeader="true" :ShowMainHeaderBack="true" MainHeaderTitle="支付宝实名认证" :ShowMainHeaderMore="true" :MainHeaderMoreText="`认证`" :MainHeaderMoreClick="() => { ShowQrCode = true }">
3
+    <MainPageContainer @ShopInfoChange="Init" :ShowMainHeader="true" :ShowMainHeaderBack="true" MainHeaderTitle="支付宝实名认证" :ShowMainHeaderMore="ShowMore" :MainHeaderMoreText="`认证`" :MainHeaderMoreClick="() => { ShowQrCode = true }">
4
       <div class="PageContainer">
4
       <div class="PageContainer">
5
         <div class="Form">
5
         <div class="Form">
6
           <div class="flex-h">
6
           <div class="flex-h">
47
   name: '',
47
   name: '',
48
   data () {
48
   data () {
49
     return {
49
     return {
50
+      ShowMore: false,
50
       QrCodeUrl: null,
51
       QrCodeUrl: null,
51
       RealName: '',
52
       RealName: '',
52
       AliAccount: '',
53
       AliAccount: '',
77
     ]),
78
     ]),
78
     Init () {
79
     Init () {
79
       if (this.CurrentShopInfo !== null) {
80
       if (this.CurrentShopInfo !== null) {
81
+        this.ShowMore = this.CurrentShopInfo.shopId === 0
80
         this.AliAccount = this.CurrentShopInfo.aliLoginId
82
         this.AliAccount = this.CurrentShopInfo.aliLoginId
81
         this.RealName = this.CurrentShopInfo.alipayName
83
         this.RealName = this.CurrentShopInfo.alipayName
82
         if (!this.CurrentShopInfo.isAliAuthed) {
84
         if (!this.CurrentShopInfo.isAliAuthed) {