jufubao-base 1.0.61-beta1001 → 1.0.61-beta5

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.61-beta1001",
3
+ "version": "1.0.61-beta5",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -463,7 +463,7 @@ export default {
463
463
  handleUnBindCard() {
464
464
  this.$xdConfirm({
465
465
  $vm: this,
466
- content: "您确定要解除绑定票券吗",
466
+ content: "您确定要解除绑定卡券吗",
467
467
  title: "系统提示",
468
468
  width: "80%",
469
469
  isTitle: true,
@@ -264,7 +264,7 @@ export default {
264
264
  title: "是否确认合并票券",
265
265
  isHtml: true,
266
266
  $vm: this,
267
- content: `<div class="label-value"><div><span>转出票券:</span><span>${outHtml}</span></div><div><span>转入票券:</span><span>${inHtml}</span></div></div>`,
267
+ content: `<div class="label-value"><div><span>转出卡号:</span><span>${outHtml}</span></div><div><span>转入卡号:</span><span>${inHtml}</span></div></div>`,
268
268
  success: (action) => {
269
269
  let params = {
270
270
  from_card_number: this.fromSelect.value,
@@ -277,12 +277,12 @@ export default {
277
277
  if(this.$configProject.isPreview) return;
278
278
  jfbRootExec("mergeCardEntry", { vm: this,data: params})
279
279
  .then((res) => {
280
- this.$xdAlert({content: '合卡成功!', time: 1000});
280
+ this.$xdAlert({content: '合卡成功!'});
281
281
  setTimeout(()=>{
282
282
  this.$xdUniHelper.navigateTo({
283
283
  url: this.cardPath
284
284
  })
285
- }, 2000);
285
+ }, 1500);
286
286
  })
287
287
  .catch((err) => {
288
288
  this.$xdLog.catch(err)