zhao_js
2023-11-28 6b4ede1806da26d93f5fad839199fe8b2e0641f5
uniapp/pages/login/setInviteCode.vue
@@ -1,5 +1,5 @@
<template style="background:#fff">
   <view class="invite-code-container colCen borderBox">
<template  style="background:#fff">
   <view v-if="isshowpage" class="invite-code-container colCen borderBox">
      <view class="model-title rowCenCen">
         请输入邀请码
      </view>
@@ -66,17 +66,20 @@
      data(){
         return{
            isShowCode:false,
            inviteCode:'',
            inviteCode:'DAFANGUAN',
            appInfo:'',
            inviterShow:false,
            platform:'',
            commonInvite:[],
            inviteIndex:0
            inviteIndex:0,
            isshowpage:false
         }
      },
      onLoad()
      {
         this.getInviter();
         //this.getInviter();
         //去除邀请码
         this.setCode();
      },
      mounted() {
         this.appInfo = uni.getStorageSync('appInfo');