优化
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<view class='member-info-view'>
|
||||
<image :src='assetsUrl("ic_crown.png")' />
|
||||
<view class='flex flex-col'>
|
||||
<text>武汉白银会员</text>
|
||||
<text>{{ userInfo.levelName}}</text>
|
||||
<view />
|
||||
</view>
|
||||
</view>
|
||||
@@ -63,7 +63,6 @@ onLoad(() => {
|
||||
codeRefreshInterval.value -= 1;
|
||||
if(codeRefreshInterval.value == 0) {
|
||||
codeRefreshInterval.value = 30;
|
||||
codeContent.value = Date.now().toFixed(0);
|
||||
generateCode();
|
||||
}
|
||||
}, 1000);
|
||||
|
Reference in New Issue
Block a user