jufubao-base 1.0.206-beta1 → 1.0.207
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
|
@@ -198,11 +198,11 @@ export default {
|
|
|
198
198
|
},
|
|
199
199
|
methods: {
|
|
200
200
|
handleLabel(el){
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
201
|
+
this.card_password_focus = false;
|
|
202
|
+
this.card_number_focus = false;
|
|
203
|
+
setTimeout(()=>{
|
|
204
|
+
this[`${el}_focus`] = true;
|
|
205
|
+
},50)
|
|
206
206
|
},
|
|
207
207
|
handleIcon(){
|
|
208
208
|
this.isPassword = !this.isPassword
|
|
@@ -280,8 +280,7 @@ export default {
|
|
|
280
280
|
btn_txt: "",
|
|
281
281
|
btn_style: {},
|
|
282
282
|
btnTextSize: '',
|
|
283
|
-
is_blank_page: 'Y'
|
|
284
|
-
foreign_id: null
|
|
283
|
+
is_blank_page: 'Y'
|
|
285
284
|
};
|
|
286
285
|
},
|
|
287
286
|
computed: {
|
|
@@ -534,7 +533,6 @@ export default {
|
|
|
534
533
|
namespace: this.pageBusinessCode,
|
|
535
534
|
activity_id: this.activity_id,
|
|
536
535
|
prize_id: item.prize_id,
|
|
537
|
-
foreign_id: this.foreign_id
|
|
538
536
|
},
|
|
539
537
|
})
|
|
540
538
|
.then((res) => {
|
|
@@ -568,7 +566,6 @@ export default {
|
|
|
568
566
|
distribution_method: this.method,
|
|
569
567
|
namespace: this.pageBusinessCode,
|
|
570
568
|
activity_id: this.activity_id,
|
|
571
|
-
foreign_id: this.foreign_id
|
|
572
569
|
},
|
|
573
570
|
})
|
|
574
571
|
.then((res) => {
|
|
@@ -663,7 +660,6 @@ export default {
|
|
|
663
660
|
console.log(this.pageBusinessCode, "pageNamespace");
|
|
664
661
|
this.options = options;
|
|
665
662
|
this.activity_id = options.activity_id;
|
|
666
|
-
this.foreign_id = options.foreign_id;
|
|
667
663
|
this.method = options.distribution_method
|
|
668
664
|
? options.distribution_method
|
|
669
665
|
: "entry";
|