1111
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view
|
<view
|
||||||
style="width: 100%;text-align: center;padding-top: 20px;background: #fef0f0;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;">
|
style="width: 100%;text-align: center;padding-top: 20px;background: #fef0f0;border-bottom-left-radius: 20px;border-bottom-right-radius: 20px;">
|
||||||
<view style="font-size: 16px;color: red;">{{item.pName}}</view>
|
<view style="font-size: 16px;color: red;">{{item.pname}}</view>
|
||||||
<view
|
<view
|
||||||
style="background-image: url(../../static/card_bg1.png);padding-bottom: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;font-size: 12px;margin-top: 10px;color: #666;">
|
style="background-image: url(../../static/card_bg1.png);padding-bottom: 10px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;font-size: 12px;margin-top: 10px;color: #666;">
|
||||||
{{item.state}}
|
{{item.state}}
|
||||||
@@ -60,61 +60,14 @@
|
|||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
queryList(pageNo, pageSize) {
|
queryList(pageNo, pageSize) {
|
||||||
setTimeout(() => {
|
let _this = this
|
||||||
this.$refs.paging.complete([{
|
_this.$api.cardList({
|
||||||
showBtn: true,
|
'customerSid': getApp().globalData.sid
|
||||||
time: "2023.10.20-2025.10.20",
|
}).then((resp) => {
|
||||||
name: "卡号:123456789",
|
this.$refs.paging.complete(resp)
|
||||||
pName: '礼包2',
|
}).catch(e => {
|
||||||
state: "已失效",
|
_this.$refs.paging.complete(false);
|
||||||
sid: ""
|
})
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: true,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}, {
|
|
||||||
showBtn: false,
|
|
||||||
time: "2023.10.20-2025.10.30",
|
|
||||||
name: "卡号:1234567809",
|
|
||||||
state: "已失效1"
|
|
||||||
}]);
|
|
||||||
}, 2000)
|
|
||||||
},
|
},
|
||||||
dialogInputConfirm(val) {
|
dialogInputConfirm(val) {
|
||||||
// 网络请求 绑定
|
// 网络请求 绑定
|
||||||
|
|||||||
Reference in New Issue
Block a user