jufubao-movie 1.0.39-beta16 → 1.0.39-beta17
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
|
@@ -227,6 +227,15 @@
|
|
|
227
227
|
]).then(([res, res1]) => {
|
|
228
228
|
this.loadingList = false;
|
|
229
229
|
this.$xdHideLoading();
|
|
230
|
+
|
|
231
|
+
//错误异常
|
|
232
|
+
if(res1['error_code']) {
|
|
233
|
+
this.handleCheckStatusIsError(res1, ()=>{
|
|
234
|
+
this.handleGetFilm(resolve)
|
|
235
|
+
});
|
|
236
|
+
return
|
|
237
|
+
}
|
|
238
|
+
|
|
230
239
|
this.is_not_show_price = res.is_not_show_price;
|
|
231
240
|
let paiqi_data = res.schedule_data.map(item => {
|
|
232
241
|
item['name'] = item['date_name'];
|
|
@@ -308,7 +317,7 @@
|
|
|
308
317
|
this.$xdConfirm({
|
|
309
318
|
styles: this.styles,
|
|
310
319
|
width: '90%',
|
|
311
|
-
content: '
|
|
320
|
+
content: '您当前有一笔未付款订单,<br/>请先处理!',
|
|
312
321
|
confirmText: '立即付款',
|
|
313
322
|
isHtml: true,
|
|
314
323
|
cancelText: '取消订单',
|