jufubao-movie 1.0.63 → 1.0.65-beta1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jufubao-movie",
3
- "version": "1.0.63",
3
+ "version": "1.0.65-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝在线选座业务组件插件包",
6
6
  "main": "index.js",
@@ -6,7 +6,7 @@ export default {
6
6
  content: (data)=>{
7
7
  return [
8
8
  {
9
- label: "无其他支付时直接跳到支付页面:",
9
+ label: "跳过所有引导:",
10
10
  ele: "xd-radio",
11
11
  valueKey: "skipToPay",
12
12
  value: data['skipToPay'] || 'N',
@@ -771,7 +771,7 @@
771
771
  this.hasPreNotice = true;
772
772
  resolve(res)
773
773
  },
774
- onClose: () => {
774
+ onClose: (res) => {
775
775
  this.hasPreNotice = true;
776
776
  resolve(res)
777
777
  },
@@ -983,6 +983,9 @@
983
983
  this.couponLeftBgColor = getContainerPropsValue(container, "content.couponLeftBgColor", "linear-gradient(180deg, #FFA852 0%, #FF5733 100%)");
984
984
  this.couponImageUrl = getContainerPropsValue(container, "content.couponImageUrl", "");
985
985
  this.getContent();
986
+ if(this.skipToPay === 'Y'){
987
+ this.hasAlertCardChose = true;
988
+ }
986
989
  },
987
990
 
988
991
  handleToPay(res){