define({ template: `
群活码
开启后,商品详情页群活码按钮显示
`, props: { form: { default() { return {}; }, }, formKey: { type: String, }, }, data() { return { showSelectMaterialPopup: false, formFieldName: "", materialType: "", selNum: "one", select:"open", code_data:{ is_open:0, citation_copy:'', group_code_id:'' }, code_list:[], img_index:"", }; }, created() { console.log(this.form.data,this.form.code); this.code_data = this.form.data; this.code_list = this.form.code; }, methods: { extraDate(){ return { 'extraContent':"商品描述" } }, validate() { return { code_data:this.code_data ? this.code_data : [] } }, }, });