完成第一部分
This commit is contained in:
@ -52,6 +52,11 @@ Page({
|
||||
url: '/pages/personCenter/withdrawal/withdrawal',
|
||||
})
|
||||
},
|
||||
szcy() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/commissionSetting/commissionSetting',
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
|
@ -113,7 +113,7 @@
|
||||
/>
|
||||
<text class="font text_15 mt-10">团队管理</text>
|
||||
</view>
|
||||
<view class="flex-col items-center group_11 equal-division-item_3">
|
||||
<view class="flex-col items-center group_11 equal-division-item_3" bind:tap="szcy">
|
||||
<image
|
||||
class="image_8"
|
||||
src="./images/choucheng.png"
|
||||
@ -132,8 +132,8 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex-col list_2">
|
||||
<view class="flex-row justify-between items-center self-stretch group_13">
|
||||
<view class="flex-row items-center" bind:tap="zhshezhi">
|
||||
<view class="flex-row justify-between items-center self-stretch group_13" bind:tap="zhshezhi">
|
||||
<view class="flex-row items-center">
|
||||
<image
|
||||
class="shrink-0 image_9"
|
||||
src="./images/zhanghaoshezhi.png"
|
||||
|
Reference in New Issue
Block a user