zhaojs
2023-06-10 69ea24e8fdfb41fc48c3fdb8c444645c13b1bbc4
uniapp/pages/goods/privilege.vue
@@ -489,9 +489,9 @@
         </view>
      </view>
      
      <u-popup v-model="inviteCodeShow" mode="center" border-radius="32" :mask-close-able='true'>
   <!--    <u-popup v-model="inviteCodeShow" mode="center" border-radius="32" :mask-close-able='true'>
         <inviteCodeModel @closeModel='closeinvite' @confirm='nextStep'></inviteCodeModel>
      </u-popup>
      </u-popup> -->
      
   </view>
</template>
@@ -527,6 +527,7 @@
         getTopDate(){
            var that = this;
            this.$u.api.getUpgradeInfo({}).then(e => {
               console.log(e);
               if(e.code != 0) return that.$alert(e.msg)
               that.cardInfoOne = e.data.list[0];
               that.cardInfoTwo = e.data.list[1];