添加每日签到页面
This commit is contained in:
@@ -177,6 +177,9 @@ Component({
|
||||
wx.navigateTo({
|
||||
url: `/pages/helpcenter/helpcenter?id=${this.data.userinfo.uid}`,
|
||||
});
|
||||
},
|
||||
gotoDaily(){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -52,11 +52,11 @@
|
||||
</view>
|
||||
<view class="function-name">我的兑换</view>
|
||||
</view>
|
||||
<view class="function-item" bind:tap="gotoAddress">
|
||||
<view class="function-item" bind:tap="gotoDaily">
|
||||
<view class="function-icon">
|
||||
<t-icon name="map-marker" size="40rpx" />
|
||||
<t-icon name="assignment-checked" size="40rpx" />
|
||||
</view>
|
||||
<view class="function-name">收货地址</view>
|
||||
<view class="function-name">每日签到</view>
|
||||
</view>
|
||||
<view class="function-item" bind:tap="gotoCoupons">
|
||||
<view class="function-icon">
|
||||
|
||||
Reference in New Issue
Block a user