This commit is contained in:
zmj 2024-06-17 18:47:06 +08:00
parent f11a088409
commit 6f7eed451f
3 changed files with 26 additions and 10 deletions

View File

@ -67,11 +67,11 @@
<uni-table stripe emptyText="暂无更多数据" width="100%">
<!-- 表头行 -->
<uni-tr>
<uni-th width="10" align="center">序号</uni-th>
<uni-th width="25" align="center">行业会员</uni-th>
<uni-th width="25" align="center">经营资金</uni-th>
<uni-th width="30" align="center">开通时间</uni-th>
<uni-th width="20" align="center">状态</uni-th>
<uni-th width="20" align="center">序号</uni-th>
<uni-th width="50" align="center">行业会员</uni-th>
<uni-th width="50" align="center">经营资金</uni-th>
<uni-th width="50" align="center">开通时间</uni-th>
<uni-th width="50" align="center">状态</uni-th>
</uni-tr>
<!-- 表格数据行 -->
<uni-tr v-for="(item,index) in lists" :key="index">
@ -162,7 +162,7 @@
const showModa = ref(true)
const storePhone = ref('')
const storePhone = ref('15699996666')
const confirmStore = () => {
getStoreByPhone({
phone: storePhone.value
@ -194,7 +194,7 @@
village: "",
brigade: "",
real_name: "",
auth_code: "130600111488101385",
auth_code: "",
// auth_code: "",
address: ""
})
@ -309,6 +309,8 @@
uni.$u.toast('操作成功');
currentTab.value = 2
})
getCount()
getLists()
}
});
}
@ -337,7 +339,6 @@
const upadtaStatus = (item) => {
console.log(item)
updataOrderApi({
order_no: item.order_id,
recharge: 1
@ -472,4 +473,12 @@
color: #20B128;
}
}
.uni-table-th {
padding: 10rpx 0 !important;
}
.uni-table-td {
padding: 10rpx 0 !important;
}
</style>

View File

@ -24,7 +24,7 @@
<view class="store-info" @click="navgo('/multipleShop/index/index')">
<view style="display: flex;font-size: 30rpx;font-weight: bold;">
<text
style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{shareInfo.real_name?(shareInfo.real_name + '-' + STORE_INFO.name):STORE_INFO.name}}</text>
style="max-width: 400rpx;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;">{{shareInfo.real_name?(shareInfo.real_name + '' + STORE_INFO.name):STORE_INFO.name}}</text>
<up-icon name="arrow-right"></up-icon>
</view>
<view style="display: flex;font-size: 24rpx;color:#777777 ;">
@ -260,6 +260,8 @@
})
const navgo = (url) => {
if (shareInfo.value.real_name) return
uni.navigateTo({
url
})

View File

@ -53,7 +53,12 @@
</view>
<view class="rest-item">
<view class="rest-item-num">{{userInfo.return_money}}</view>
<view class="rest-item-txt">待返还金额</view>
<view class="rest-item-txt">返还金</view>
</view>
<view class="rest-item">
<view class="rest-item-num">{{userInfo.integral}}</view>
<view class="rest-item-txt">礼品券</view>
</view>
</view>