jufubao-base 1.0.167-beta2 → 1.0.167-beta4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -209,9 +209,7 @@
|
|
|
209
209
|
class="jfb-base-order-detail__body-delivery-bottom"
|
|
210
210
|
v-if="item.info && item.info.length > 0"
|
|
211
211
|
>
|
|
212
|
-
<view class="jfb-base-order-detail__body-delivery-bottom-title"
|
|
213
|
-
>配送信息</view
|
|
214
|
-
>
|
|
212
|
+
<view class="jfb-base-order-detail__body-delivery-bottom-title">配送信息</view>
|
|
215
213
|
<view
|
|
216
214
|
v-for="(Ditem, Dindex) in item.info"
|
|
217
215
|
:key="Dindex"
|
|
@@ -756,7 +754,6 @@ export default {
|
|
|
756
754
|
mixins: [componentsMixins, extsMixins, JfbBaseOrderDetailMixin],
|
|
757
755
|
data() {
|
|
758
756
|
return {
|
|
759
|
-
|
|
760
757
|
info: null,
|
|
761
758
|
brandPath: "", //查看品牌路径
|
|
762
759
|
showPayCard: false,
|
|
@@ -84,7 +84,13 @@ export default {
|
|
|
84
84
|
"cards": [{"card_number": "101001000007170", "card_type_name": "聚福宝福", "card_use_point": 21649}]
|
|
85
85
|
},
|
|
86
86
|
"extras": {"first_logistics_package_id": "", "logistics_count": 0},
|
|
87
|
-
"request_id": "ff8234b90362f21a"
|
|
87
|
+
"request_id": "ff8234b90362f21a",
|
|
88
|
+
"support_shops": {
|
|
89
|
+
"layer_name": "附近门店",
|
|
90
|
+
"brand_id": 100003,
|
|
91
|
+
"brand_name": "品牌jls0519",
|
|
92
|
+
"region_limit_tpl_id": ""
|
|
93
|
+
}
|
|
88
94
|
},
|
|
89
95
|
cashier: {
|
|
90
96
|
"detail": [{"label": "主订单号", "value": "c516938076507504640", "type": "copy", "style": "bold"}, {
|
|
@@ -77,13 +77,7 @@
|
|
|
77
77
|
v-if="is_show_skip === 'Y'"
|
|
78
78
|
class="jump_collect"
|
|
79
79
|
@click="jumpCollect"
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
<!-- <view
|
|
83
|
-
class="not_login"
|
|
84
|
-
:style="{color: mainColor}"
|
|
85
|
-
@click="toNotLoginHome"
|
|
86
|
-
>暂不登录,去逛逛</view> -->
|
|
80
|
+
>跳过</view>
|
|
87
81
|
</view>
|
|
88
82
|
</view>
|
|
89
83
|
</view>
|
|
@@ -128,7 +122,7 @@ export default {
|
|
|
128
122
|
interval: null,
|
|
129
123
|
provider_id: "",
|
|
130
124
|
callback_url: "",
|
|
131
|
-
is_show_skip: "",
|
|
125
|
+
is_show_skip: "Y",
|
|
132
126
|
};
|
|
133
127
|
},
|
|
134
128
|
computed: {
|
|
@@ -153,8 +147,6 @@ export default {
|
|
|
153
147
|
},
|
|
154
148
|
created() {
|
|
155
149
|
this.init(this.container);
|
|
156
|
-
|
|
157
|
-
//todo
|
|
158
150
|
},
|
|
159
151
|
methods: {
|
|
160
152
|
handlePrivacy(code) {
|