完成第一部分
This commit is contained in:
@ -5,7 +5,7 @@ Page({
|
||||
* 页面的初始数据
|
||||
*/
|
||||
data: {
|
||||
items: [null, null],
|
||||
items: [null],
|
||||
},
|
||||
myteam(){
|
||||
wx.navigateTo({
|
||||
@ -32,7 +32,26 @@ Page({
|
||||
url: '/pages/tuiguangma/tuiguangma',
|
||||
})
|
||||
},
|
||||
|
||||
lxsj(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/contactSuper/contactSuper',
|
||||
})
|
||||
},
|
||||
zhshezhi(){
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/accountSetting/accountSetting',
|
||||
})
|
||||
},
|
||||
tixianzhanghu() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/withdrawalAccount/withdrawalAccount',
|
||||
})
|
||||
},
|
||||
lijitixian() {
|
||||
wx.navigateTo({
|
||||
url: '/pages/personCenter/withdrawal/withdrawal',
|
||||
})
|
||||
},
|
||||
/**
|
||||
* 生命周期函数--监听页面加载
|
||||
*/
|
||||
|
@ -35,7 +35,7 @@
|
||||
<text class="font_2 text_6">当前金额:</text>
|
||||
<text class="text_5">¥5.00</text>
|
||||
</view>
|
||||
<view class="flex-row items-center section_3">
|
||||
<view class="flex-row items-center section_3" bind:tap="lijitixian">
|
||||
<image
|
||||
class="image_5 image_6"
|
||||
src="/pages/personCenter/mine/image/jiantou.png"
|
||||
@ -72,7 +72,7 @@
|
||||
/>
|
||||
<text class="font text_11 mt-6">资金明细</text>
|
||||
</view>
|
||||
<view class="flex-col items-center group_6 group_1" >
|
||||
<view class="flex-col items-center group_6 group_1" bind:tap="tixianzhanghu">
|
||||
<image
|
||||
class="image_7"
|
||||
src="/pages/personCenter/mine/image/tixianzhanghu.png"
|
||||
@ -121,7 +121,7 @@
|
||||
/>
|
||||
<text class="font text_16 mt-11">设置抽佣</text>
|
||||
</view>
|
||||
<view class="flex-col items-center group_12 equal-division-item_7">
|
||||
<view class="flex-col items-center group_12 equal-division-item_7" bind:tap="lxsj">
|
||||
<image
|
||||
class="image_8"
|
||||
src="/pages/personCenter/mine/image/shangji.png"
|
||||
@ -133,7 +133,7 @@
|
||||
</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">
|
||||
<view class="flex-row items-center" bind:tap="zhshezhi">
|
||||
<image
|
||||
class="shrink-0 image_9"
|
||||
src="/pages/personCenter/mine/image/zhanghaoshezhi.png"
|
||||
|
Reference in New Issue
Block a user