i
This commit is contained in:
@@ -46,6 +46,7 @@ const tabsList = ref([
|
||||
const jfInfo = ref({});
|
||||
|
||||
interface OrderList {
|
||||
oid: string;
|
||||
add_time: string;
|
||||
status: number;
|
||||
BindGoods: {
|
||||
@@ -222,7 +223,7 @@ const delOrder = async (oid: string) => {
|
||||
<view class="title">{{ item.BindGoods.name }} </view>
|
||||
<view class="right">
|
||||
<view>{{ item.number }}</view>
|
||||
<view>x{{ item.count }}</view>
|
||||
<!-- <view>x{{ item.count }}</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view
|
||||
|
||||
Reference in New Issue
Block a user