From ccbbf11865492708cdec59c593113fb4989fa2d3 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 28 四月 2026 21:12:28 +0800
Subject: [PATCH] 支付宝支付ddd
---
small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.js | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.js b/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.js
index 88295dc..97d23df 100644
--- a/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.js
+++ b/small-program/unpackage/dist/dev/mp-weixin/pages/delivery-order-detail/delivery-order-detail.js
@@ -103,7 +103,7 @@
try {
components = {
uPopup: function () {
- return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 498))
+ return Promise.all(/*! import() | node-modules/uview-ui/components/u-popup/u-popup */[__webpack_require__.e("common/vendor"), __webpack_require__.e("node-modules/uview-ui/components/u-popup/u-popup")]).then(__webpack_require__.bind(null, /*! uview-ui/components/u-popup/u-popup.vue */ 514))
},
}
} catch (e) {
@@ -293,8 +293,8 @@
this.showPay = false;
this.showPhone = false;
this.getUserDetail();
- this.width = this.rpxToPx(200);
- this.height = this.rpxToPx(200);
+ this.width = this.rpxToPx(360);
+ this.height = this.rpxToPx(360);
this.linkItem = {
title: '',
linkname: '',
@@ -580,8 +580,8 @@
(0, _weappQrcode.default)({
canvasId: 'qrcodeCanvas1',
text: _this4.info.memberVerifyCode,
- width: 100,
- height: 100,
+ width: _this4.rpxToPx(360),
+ height: _this4.rpxToPx(360),
correctLevel: 2
});
setTimeout(function () {
@@ -626,8 +626,8 @@
(0, _weappQrcode.default)({
canvasId: 'qrcodeCanvas',
text: _this5.info.memberVerifyCode,
- width: 180,
- height: 180,
+ width: _this5.rpxToPx(360),
+ height: _this5.rpxToPx(360),
correctLevel: 2
});
setTimeout(function () {
--
Gitblit v1.9.3