用户管理增加订单跳转

This commit is contained in:
YeMingfei666 2024-10-10 16:24:06 +08:00
parent 4db00359e5
commit 376aa06705
1 changed files with 7 additions and 1 deletions

View File

@ -62,7 +62,7 @@
<view class="u-m-t-24 u-flex u-row-between">
<view></view>
<view class="u-flex">
<view class="btn-default btn">查看订单</view>
<view class="btn-default btn" @click="toOrder">查看订单</view>
<view class="btn-primary btn u-m-l-38" @click="moreOperate">更多操作</view>
</view>
</view>
@ -106,6 +106,12 @@
function toYue(){
go.to('PAGES_RECHARGE_INDEX',{id:''})
}
function toOrder(){
go.to('PAGES_ORDER_INDEX',{
userId:props.data.id||'',
type:'user'
})
}
function remark(){
console.log(props.index);