jufubao-base 1.0.159-beta10 → 1.0.159-beta12

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.159-beta10",
3
+ "version": "1.0.159-beta12",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -559,7 +559,7 @@ export default {
559
559
  uni.scanCode({
560
560
  scanType: ["qrCode"],
561
561
  success: (res) => {
562
- let path = this.getUrlCallback(`${this.confirmUrl}?qrcode=${encodeURIComponent(res.resultStr)}`)
562
+ let path = this.getUrlCallback(`${this.confirmUrl}?qrcode=${encodeURIComponent(res.result)}`)
563
563
  this.$xdUniHelper.navigateTo({
564
564
  url:path,
565
565
  });
@@ -147,8 +147,8 @@ export default {
147
147
  data() {
148
148
  return {
149
149
  info: null,
150
- card_number: "171003500000580", //卡号
151
- card_password: "70420410", //卡密码
150
+ card_number: "", //卡号
151
+ card_password: "", //卡密码
152
152
  isPassword: true,
153
153
  card_num_placeholder: "",
154
154
  card_pwd_placeholder: "",