jufubao-base 1.0.311-beta3 → 1.0.312-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-base",
3
- "version": "1.0.311-beta3",
3
+ "version": "1.0.312-beta1",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -145,6 +145,9 @@
145
145
  import extsMixins from "@/mixins/extsMixins";
146
146
  import getServiceUrl from "@/common/getServiceUrl";
147
147
  export default {
148
+ // #ifdef MP-WEIXIN
149
+ options: { styleIsolation: 'shared' },
150
+ // #endif
148
151
  name: "JfbBaseAfterSalesDetail",
149
152
  components: {
150
153
  XdFontIcon,
@@ -468,6 +471,11 @@
468
471
 
469
472
  .sec_prod + .sec_prod{
470
473
  margin-top: 24rpx;
474
+ // #ifdef MP-WEIXIN
475
+ ::v-deep .prod_item{
476
+ margin-top: 24rpx;
477
+ }
478
+ // #endif
471
479
  }
472
480
  }
473
481
  .sec_body{
@@ -475,6 +483,11 @@
475
483
  font-weight: 400;
476
484
  .sec_prod + .sec_prod{
477
485
  margin-top: 24rpx;
486
+ // #ifdef MP-WEIXIN
487
+ ::v-deep .prod_item{
488
+ margin-top: 24rpx;
489
+ }
490
+ // #endif
478
491
  }
479
492
  .sec_item{
480
493
  display: flex;
@@ -16,17 +16,5 @@ export default {
16
16
  },
17
17
  inline: false,
18
18
  },
19
- {
20
- label: '收集手机号地址:',
21
- ele: 'xd-select-pages-path',
22
- valueKey: 'collect_phone_url',
23
- groupKey:'advanced',
24
- placeholder: '请选择收集手机号地址',
25
- value: null,
26
- setting: {
27
- router: XdBus.getParentApi('getPagesTree'),
28
- },
29
- inline: false,
30
- },
31
19
  ],
32
20
  };
@@ -94,49 +94,6 @@
94
94
  <!-- @onClose="handlePwdClose"-->
95
95
  <!-- ></xd-pw-pay>-->
96
96
  </view>
97
- <xd-down-drawer
98
- :show.sync="showDialog"
99
- height="50vh"
100
- >
101
- <template>
102
- <view class="top_title">请务必先关联,否则影响此卡使用</view>
103
- <view class="method_item">
104
- <view class="method_item_top">
105
- <view class="method_title">方法一</view>
106
- <view>复制文本,打开支付宝APP</view>
107
- </view>
108
- <view class="method_item_bottom">
109
- <view class="method_item_bottom_left">吱口令:{{share_code}}</view>
110
- <view class="method_item_bottom_right" @click="copy(share_code)">复制吱口令</view>
111
- </view>
112
- </view>
113
- <view class="method_item">
114
- <view class="method_item_top">
115
- <view class="method_title">方法二</view>
116
- <view>复制链接,在默认浏览器打开</view>
117
- </view>
118
- <view class="method_item_bottom">
119
- <view class="method_item_bottom_left">{{sign_url}}</view>
120
- <view class="method_item_bottom_right" @click="copy(sign_url)">复制链接</view>
121
- </view>
122
- </view>
123
- <view class="method_item">
124
- <view class="method_item_top">
125
- <view class="method_title">方法三</view>
126
- <view>保存图片,使用支付宝APP扫码</view>
127
- </view>
128
- <view class="method_item_bottom code_img">
129
- <view>打开支付宝APP,点击扫一扫直接扫码或点击相册中保存图片</view>
130
- <view class="code_box">
131
- <view class="qr_code">
132
- <image mode="aspectFit" :src="sign_url_qrcode"></image>
133
- </view>
134
- <view>长按保存二维码</view>
135
- </view>
136
- </view>
137
- </view>
138
- </template>
139
- </xd-down-drawer>
140
97
  </view>
141
98
  </template>
142
99
 
@@ -153,7 +110,6 @@ import getBusinessImageUrl from "@/common/getBusinessImageUrl";
153
110
  import { Base64 } from "js-base64";
154
111
  import { getContainerPropsValue } from "@/utils/xd.base";
155
112
  import {mapState} from 'vuex';
156
- import XdDownDrawer from "@/components/XdDownDrawer/XdDownDrawer"
157
113
 
158
114
  export default {
159
115
  name: "JfbBaseCardDetail",
@@ -162,7 +118,6 @@ export default {
162
118
  XdPwPay,
163
119
  XdEditPwd,
164
120
  XdUnit,
165
- XdDownDrawer,
166
121
  },
167
122
  mixins: [componentsMixins, extsMixins, JfbBaseCardDetailMixin],
168
123
  computed:{
@@ -216,25 +171,9 @@ export default {
216
171
  isBrandLogo: false,
217
172
 
218
173
  isShowUnbind: false, //是否启动绑定按钮
219
- collect_phone_url: "",//收集手机号地址
220
- showDialog:false,
221
- sign_url:'',
222
- share_code:'',
223
- sign_url_qrcode:'',
224
- toCollectPhoneUrl:'',
225
174
  };
226
175
  },
227
- created() {
228
- // ifDef小程序拼接问题
229
- let url = this.$xdUniHelper.parseURL();
230
- // #ifdef MP-WEIXIN
231
- this.toCollectPhoneUrl = url.relative
232
- // #endif
233
- // #ifdef H5
234
- this.toCollectPhoneUrl = '@site_domain@'+''+url.relative
235
- // #endif
236
- console.log(this.toCollectPhoneUrl,encodeURIComponent(this.toCollectPhoneUrl),'this.toCollectPhoneUrl')
237
- },
176
+ created() {},
238
177
  methods: {
239
178
  onJfbLoad(options) {
240
179
  if (options["x-params"]) {
@@ -445,8 +384,6 @@ export default {
445
384
  this.timeStr = "01分19秒"
446
385
  }
447
386
  this.backUrl = getContainerPropsValue( this.container, "content.back_url", { value: "" }).value;
448
- this.collect_phone_url = getContainerPropsValue(this.container, "content.collect_phone_url", { value: "" }).value;
449
- console.log(this.collect_phone_url,'collect_phone_url')
450
387
  },
451
388
 
452
389
  /**
@@ -476,19 +413,6 @@ export default {
476
413
  }
477
414
 
478
415
  this.isShowUnbind = (res["is_can_unbind"] === 'Y' || res["is_can_unbind"] === undefined);
479
- //支付宝弹框
480
- if(res.enterprise_info&&res.enterprise_info.is_need_activate==='Y'){
481
- this.share_code = res.enterprise_info.share_code;
482
- this.sign_url = res.enterprise_info.sign_url;
483
- this.sign_url_qrcode = res.enterprise_info.sign_url_qrcode;
484
- if(res.enterprise_info.is_need_collect_phone_number==='Y'){
485
- let url = `${this.collect_phone_url}?callback_url=${encodeURIComponent(this.toCollectPhoneUrl)}`
486
- this.$xdUniHelper.navigateTo({
487
- url:url,
488
- });
489
- }
490
- this.showDialog = true;
491
- }
492
416
  })
493
417
  .catch((err) => {
494
418
  // this.$refs["pwPay"].clearPwd();
@@ -512,26 +436,6 @@ export default {
512
436
  handlePwdClose() {
513
437
  this.$helper.navigateBack();
514
438
  },
515
- /**
516
- *@description 复制功能
517
- * @param text
518
- */
519
- copy(text) {
520
- // #ifdef H5
521
- this.$copyText(text).then((res) => {
522
- this.$xdAlert({ content: "复制成功" });
523
- });
524
- // #endif
525
- // #ifndef H5
526
- uni.setClipboardData({
527
- data: text,
528
- showToast: false,
529
- success: () => {
530
- //this.$xdAlert({ content: "复制成功" });
531
- },
532
- });
533
- // #endif
534
- },
535
439
  },
536
440
  };
537
441
  </script>
@@ -691,70 +595,5 @@ export default {
691
595
  }
692
596
  }
693
597
  }
694
- .method_item{
695
- padding: unit(32, rpx);
696
- border-bottom: 1px solid #F8F8F8;
697
- color: #333333;
698
- font-size: unit(28,rpx);
699
- &_top{
700
- display: flex;
701
- align-items: center;
702
- }
703
- &_bottom{
704
- display: flex;
705
- justify-content: space-between;
706
- align-items: flex-start;
707
- margin-top: unit(16, rpx);
708
- height: unit(32,rpx);
709
- line-height: unit(32,rpx);
710
- font-size: unit(24,rpx);
711
- color: #666666;
712
- &_right{
713
- min-width: unit(180,rpx);
714
- text-align: right;
715
- color: #FF8D1A;
716
- }
717
- &_left{
718
- color: #666666;
719
- white-space: nowrap;
720
- overflow: hidden;
721
- text-overflow: ellipsis;
722
- }
723
- }
724
- .code_img{
725
- height: auto!important;
726
- }
727
-
728
- }
729
- .method_title{
730
- color: #fff;
731
- background-color: #FF8D1A;
732
- width: unit(120,rpx);
733
- height: unit(50,rpx);
734
- line-height: unit(50,rpx);
735
- border-radius: unit(25,rpx);
736
- text-align: center;
737
- margin-right: unit(20,rpx);
738
- font-size: unit(24,rpx);
739
- }
740
- .top_title{
741
- height: unit(100,rpx);
742
- text-align: center;
743
- line-height:unit(100,rpx);
744
- color:#333333;
745
- font-size:unit(32,rpx);
746
- border-bottom: 1px solid #F8F8F8;
747
- }
748
- .code_box{
749
- text-align: center;
750
- .qr_code{
751
- width: unit(168,rpx);
752
- height: unit(168,rpx);
753
- image{
754
- width: 100%;
755
- height: 100%;
756
- }
757
- }
758
- }
759
598
  }
760
599
  </style>
@@ -73,17 +73,5 @@ export default {
73
73
  },
74
74
  inline: false,
75
75
  },
76
- {
77
- label: '收集手机号地址:',
78
- ele: 'xd-select-pages-path',
79
- valueKey: 'collect_phone_url',
80
- groupKey:'advanced',
81
- placeholder: '请选择收集手机号地址',
82
- value: null,
83
- setting: {
84
- router: XdBus.getParentApi('getPagesTree'),
85
- },
86
- inline: false,
87
- },
88
76
  ],
89
77
  };
@@ -108,49 +108,6 @@
108
108
  </view>
109
109
  </view>
110
110
  </view>
111
- <xd-down-drawer
112
- :show.sync="showDialog"
113
- height="50vh"
114
- >
115
- <template>
116
- <view class="top_title">请务必先关联,否则影响此卡使用</view>
117
- <view class="method_item">
118
- <view class="method_item_top">
119
- <view class="method_title">方法一</view>
120
- <view>复制文本,打开支付宝APP</view>
121
- </view>
122
- <view class="method_item_bottom">
123
- <view class="method_item_bottom_left">吱口令:{{share_code}}</view>
124
- <view class="method_item_bottom_right" @click="copy(share_code)">复制吱口令</view>
125
- </view>
126
- </view>
127
- <view class="method_item">
128
- <view class="method_item_top">
129
- <view class="method_title">方法二</view>
130
- <view>复制链接,在默认浏览器打开</view>
131
- </view>
132
- <view class="method_item_bottom">
133
- <view class="method_item_bottom_left">{{sign_url}}</view>
134
- <view class="method_item_bottom_right" @click="copy(sign_url)">复制链接</view>
135
- </view>
136
- </view>
137
- <view class="method_item">
138
- <view class="method_item_top">
139
- <view class="method_title">方法三</view>
140
- <view>保存图片,使用支付宝APP扫码</view>
141
- </view>
142
- <view class="method_item_bottom code_img">
143
- <view>打开支付宝APP,点击扫一扫直接扫码或点击相册中保存图片</view>
144
- <view class="code_box">
145
- <view class="qr_code">
146
- <image mode="aspectFit" :src="sign_url_qrcode"></image>
147
- </view>
148
- <view>长按保存二维码</view>
149
- </view>
150
- </view>
151
- </view>
152
- </template>
153
- </xd-down-drawer>
154
111
  </view>
155
112
  </template>
156
113
 
@@ -169,7 +126,6 @@ import XdPwPay from "./XdPwPay";
169
126
  import XdEditPwd from "./XdEditPwd";
170
127
  import XdUnit from "@/components/XdUnit/XdUnit";
171
128
  import XdButton from '@/components/XdButton/XdButton'
172
- import XdDownDrawer from "@/components/XdDownDrawer/XdDownDrawer"
173
129
  import {parsePath} from "@/utils/linkUrl";
174
130
  export default {
175
131
  name: "JfbBaseCardDetailEntry",
@@ -178,8 +134,7 @@ export default {
178
134
  XdPwPay,
179
135
  XdEditPwd,
180
136
  XdUnit,
181
- XdButton,
182
- XdDownDrawer,
137
+ XdButton
183
138
  },
184
139
  mixins: [
185
140
  componentsMixins,extsMixins,JfbBaseCardDetailEntryMixin,colorCardMixins,
@@ -221,13 +176,7 @@ export default {
221
176
  isBrandLogo: false,
222
177
  isShowUnbind: false, //是否启动绑定按钮
223
178
  headerBg: {},
224
- give_url: "",
225
- collect_phone_url: "",//收集手机号地址
226
- showDialog:false,
227
- sign_url:'',
228
- share_code:'',
229
- sign_url_qrcode:'',
230
- toCollectPhoneUrl:'',
179
+ give_url: ""
231
180
  };
232
181
  },
233
182
  watch: {
@@ -244,15 +193,6 @@ export default {
244
193
  },
245
194
  },
246
195
  created() {
247
- // ifDef小程序拼接问题
248
- let url = this.$xdUniHelper.parseURL();
249
- // #ifdef MP-WEIXIN
250
- this.toCollectPhoneUrl = url.relative
251
- // #endif
252
- // #ifdef H5
253
- this.toCollectPhoneUrl = '@site_domain@'+''+url.relative
254
- // #endif
255
- console.log(this.toCollectPhoneUrl,encodeURIComponent(this.toCollectPhoneUrl),'this.toCollectPhoneUrl')
256
196
  this.init(this.container)
257
197
  },
258
198
  methods: {
@@ -288,8 +228,6 @@ export default {
288
228
  this.backUrl = getContainerPropsValue(container, "content.back_url", { value: "" }).value;
289
229
  this.shift_url = getContainerPropsValue(container, "content.shift_url", { value: "" }).value;
290
230
  this.give_url = getContainerPropsValue(container, "content.give_url", { value: "" }).value;
291
- this.collect_phone_url = getContainerPropsValue(container, "content.collect_phone_url", { value: "" }).value;
292
- console.log(this.collect_phone_url,'collect_phone_url')
293
231
  //'wechat_mini_program|default'
294
232
  this.entryGroupId = getContainerPropsValue(container,"content.entryGroupId","default");
295
233
  },
@@ -341,19 +279,6 @@ export default {
341
279
  this.show = false;
342
280
  console.log(this.getCardThemes(res.card_type_name),'this.getCardThemes(res.card_type_name)');
343
281
  this.headerBg = this.getCardThemes(res.card_type_name);
344
- //支付宝弹框
345
- if(res.enterprise_info&&res.enterprise_info.is_need_activate==='Y'){
346
- this.share_code = res.enterprise_info.share_code;
347
- this.sign_url = res.enterprise_info.sign_url;
348
- this.sign_url_qrcode = res.enterprise_info.sign_url_qrcode;
349
- if(res.enterprise_info.is_need_collect_phone_number==='Y'){
350
- let url = `${this.collect_phone_url}?callback_url=${encodeURIComponent(this.toCollectPhoneUrl)}`
351
- this.$xdUniHelper.navigateTo({
352
- url:url,
353
- });
354
- }
355
- this.showDialog = true;
356
- }
357
282
  })
358
283
  .catch((err) => {
359
284
  // this.$refs["pwPay"].clearPwd();
@@ -633,26 +558,6 @@ export default {
633
558
  clearTimeout(this.refrushTimeer);
634
559
  }
635
560
  },
636
- /**
637
- *@description 复制功能
638
- * @param text
639
- */
640
- copy(text) {
641
- // #ifdef H5
642
- this.$copyText(text).then((res) => {
643
- this.$xdAlert({ content: "复制成功" });
644
- });
645
- // #endif
646
- // #ifndef H5
647
- uni.setClipboardData({
648
- data: text,
649
- showToast: false,
650
- success: () => {
651
- //this.$xdAlert({ content: "复制成功" });
652
- },
653
- });
654
- // #endif
655
- },
656
561
  },
657
562
  };
658
563
  </script>
@@ -1103,71 +1008,5 @@ export default {
1103
1008
 
1104
1009
  }
1105
1010
  }
1106
- .method_item{
1107
- padding: unit(32, rpx);
1108
- border-bottom: 1px solid #F8F8F8;
1109
- color: #333333;
1110
- font-size: unit(28,rpx);
1111
- &_top{
1112
- display: flex;
1113
- align-items: center;
1114
- }
1115
- &_bottom{
1116
- display: flex;
1117
- justify-content: space-between;
1118
- align-items: flex-start;
1119
- margin-top: unit(16, rpx);
1120
- height: unit(32,rpx);
1121
- line-height: unit(32,rpx);
1122
- font-size: unit(24,rpx);
1123
- color: #666666;
1124
- &_right{
1125
- min-width: unit(180,rpx);
1126
- text-align: right;
1127
- color: #FF8D1A;
1128
- }
1129
- &_left{
1130
- color: #666666;
1131
- white-space: nowrap;
1132
- overflow: hidden;
1133
- text-overflow: ellipsis;
1134
- }
1135
- }
1136
- .code_img{
1137
- height: auto!important;
1138
- }
1139
-
1140
- }
1141
- .method_title{
1142
- color: #fff;
1143
- background-color: #FF8D1A;
1144
- width: unit(120,rpx);
1145
- height: unit(50,rpx);
1146
- line-height: unit(50,rpx);
1147
- border-radius: unit(25,rpx);
1148
- text-align: center;
1149
- margin-right: unit(20,rpx);
1150
- font-size: unit(24,rpx);
1151
- }
1152
- .top_title{
1153
- height: unit(100,rpx);
1154
- text-align: center;
1155
- line-height:unit(100,rpx);
1156
- color:#333333;
1157
- font-size:unit(32,rpx);
1158
- border-bottom: 1px solid #F8F8F8;
1159
- }
1160
- .code_box{
1161
- text-align: center;
1162
- .qr_code{
1163
- width: unit(168,rpx);
1164
- height: unit(168,rpx);
1165
- image{
1166
- width: 100%;
1167
- height: 100%;
1168
- }
1169
- }
1170
- }
1171
-
1172
1011
  }
1173
1012
  </style>
@@ -248,7 +248,7 @@ export default {
248
248
  return;
249
249
  }
250
250
 
251
- let path = this.getUrlCallback(this.my_card_url || this.backUrl)+`?card_number=${this.card_number}`;
251
+ let path = this.getUrlCallback(this.my_card_url || this.backUrl);
252
252
  //有优惠券处理
253
253
  if(this.hasCon){
254
254
  this.toShowCouponDialog();
@@ -285,7 +285,7 @@ export default {
285
285
  showClose: false,
286
286
  success: (res) => {
287
287
  if (res.confirm) {
288
- let path = this.getUrlCallback(this.my_card_url || this.backUrl)+`?card_number=${this.card_number}`;
288
+ let path = this.getUrlCallback(this.my_card_url || this.backUrl);
289
289
  this.$xdUniHelper.redirectTo({ url: path});
290
290
  }else{
291
291
  }
@@ -271,7 +271,7 @@ export default {
271
271
  this.toShowCouponDialog();
272
272
  this.$bus.$on("onCloseConDialog",(container_id) => {
273
273
  if(container_id === this.hasCon){
274
- let path = this.getUrlCallback(this.backUrl)+`?card_number=${this.card_number}`
274
+ let path = this.getUrlCallback(this.backUrl)
275
275
  this.$xdUniHelper.redirectTo({
276
276
  url: path,
277
277
  });
@@ -281,7 +281,7 @@ export default {
281
281
  this.$xdAlert({
282
282
  content: "票券绑定成功",
283
283
  close: () => {
284
- let path = this.getUrlCallback(this.backUrl)+`?card_number=${this.card_number}`
284
+ let path = this.getUrlCallback(this.backUrl)
285
285
  this.$xdUniHelper.redirectTo({
286
286
  url: path,
287
287
  });
@@ -300,7 +300,7 @@ export default {
300
300
  showClose: false,
301
301
  success: (res) => {
302
302
  if (res.confirm) {
303
- let path = this.getUrlCallback(this.my_card_url || this.backUrl)+`?card_number=${this.card_number}`
303
+ let path = this.getUrlCallback(this.my_card_url || this.backUrl)
304
304
  this.$xdUniHelper.redirectTo({
305
305
  url: path,
306
306
  });
@@ -8,10 +8,12 @@ module.exports = [
8
8
  {
9
9
  mapFnName: "getExchangeCode",
10
10
  title: "兑换码",
11
- path: "/member/v1/exchange/:exchange_code",
11
+ path: "/member/v1/card",
12
12
  isRule: true,
13
13
  params: {
14
- exchange_code: ['兑换码', 'String', '必选']
14
+ card_number: ['券号', 'String', '可选'],
15
+ card_password: ['密码', 'String', '可选'],
16
+ card_qrcode: ['二维码', 'String', '可选'],
15
17
  },
16
18
  isConsole: true,
17
19
  disabled: true,
@@ -19,7 +21,7 @@ module.exports = [
19
21
  {
20
22
  mapFnName: "createVipOrder",
21
23
  title: "创建VIP订单",
22
- path: "/member/v1/order/submit",
24
+ path: "/member/v1/new-order/submit",
23
25
  isRule: false,
24
26
  data: {
25
27
  business_code: ['业务编码', 'String', '必选'],
@@ -31,5 +33,14 @@ module.exports = [
31
33
  },
32
34
  isConsole: true,
33
35
  disabled: true,
34
- }
36
+ },
37
+ {
38
+ mapFnName: 'getOpenBaseUserInfo',
39
+ title: '获取用户信息',
40
+ path: '/passport/v1/user/get',
41
+ params: {},
42
+ isRule: false,
43
+ isConsole: true,
44
+ disabled: true,
45
+ },
35
46
  ];