diff --git a/src/mods/conv/AppPhotoReport/PhotoForm.vue b/src/mods/conv/AppPhotoReport/PhotoForm.vue index 55093a3..3e8e8f2 100644 --- a/src/mods/conv/AppPhotoReport/PhotoForm.vue +++ b/src/mods/conv/AppPhotoReport/PhotoForm.vue @@ -92,11 +92,12 @@
提交
+ + + diff --git a/src/project/wuxi/AppOrderList/Detail.vue b/src/project/wuxi/AppOrderList/Detail.vue new file mode 100644 index 0000000..edc2ea6 --- /dev/null +++ b/src/project/wuxi/AppOrderList/Detail.vue @@ -0,0 +1,210 @@ + + + + + diff --git a/src/project/wuxi/AppRedemptionPoints/myOrderList.vue b/src/project/wuxi/AppRedemptionPoints/myOrderList.vue index 0c7329d..4f20284 100644 --- a/src/project/wuxi/AppRedemptionPoints/myOrderList.vue +++ b/src/project/wuxi/AppRedemptionPoints/myOrderList.vue @@ -29,12 +29,17 @@
去购买
-

核销码:{{item.verificationCode}}

+

核销码:{{item.verificationCode}}二维码

取消订单
+ +
+ +
+
@@ -56,7 +61,9 @@ export default { 'background': '#2D7DFF' }, list: [], - current: 1 + current: 1, + showImg: false, + imgUrl: '' } }, computed: { @@ -125,6 +132,10 @@ export default { } }) }, + viewImg(row) { + this.imgUrl = row.maQrcode + this.showImg = true + } }, onReachBottom() { this.current = this.current + 1 @@ -290,6 +301,9 @@ export default { color: #2D7DFF; margin-left: 8px; } + .qr-code { + margin-left: 32px; + } } .btn { width: 136px; @@ -309,7 +323,13 @@ export default { } } } - + .img-box { + padding: 32px; + img { + width: 300px; + height: 300px; + } + } }