withdraw-apply.js 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 export default function() { return { form: '', showLoading: true, data: { seasons: '', productIntro: '', }, ruleValidate: { productName: [{ required: true, message: '商品名不能为空', trigger: 'blur' }], }, }; }