Browse Source

新增微信绑定页面 个人账户

shenjj 7 years ago
parent
commit
e7073679cd
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/mobile/wechat/index.vue

+ 3 - 0
pages/mobile/wechat/index.vue

@@ -42,6 +42,9 @@
         <li v-for="(item, index) in wechatInfo.enterprises" @click="clickItem(item)">
         <li v-for="(item, index) in wechatInfo.enterprises" @click="clickItem(item)">
           {{item.enName}}
           {{item.enName}}
         </li>
         </li>
+        <li @click="clickItem({uu: 0})">
+          <a>个人账户</a>
+        </li>
       </ul>
       </ul>
     </div>
     </div>
   </div>
   </div>