1
xuxueyang
2024-09-27 03762f690b247b5cc774790f566689ddd466d8a5
1
已修改2个文件
8 ■■■■ 文件已修改
manifest.json 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shopping/confirm.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -49,7 +49,7 @@
    "quickapp" : {},
    /* 快应用特有相关 */
    "mp-weixin" : {
        "appid" : "wx3203fd935a6ffe09",
        "appid" : "wx1441324401626290",
        "setting" : {
            "urlCheck" : false,
            "es6" : true,
sub_pages/customer/shopping/confirm.vue
@@ -187,9 +187,9 @@
                        .current_transport.fee ||
                        0) || 0)
                    .toFixed(2)
                // if (total >= this.cache_coupon.minOrderAmount) {
                //     return this.cache_coupon.couponDiscountValue || 0
                // }
                // 不考虑打包费了
                total = ((this.dto.totalMemberAmount || this.dto.totalAmount || 0))
                    .toFixed(2)
                uni.navigateTo({
                    url: `/sub_pages/customer/coupon/coupon-self?source=shopping&paymoney=${total}`