1
@@ -176,6 +176,9 @@ export default {
if (val == 2) {
this.form.shareType = '1';
}
+ if (val ==1) {
+ this.form.shareType = '1';
+ }
},
};