feat(custom): 地图apiKey更换,订单核销详情新增支付方式
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<script lang="ts" setup>
|
||||
import Taro from '@tarojs/taro';
|
||||
import {Ref, ref} from 'vue';
|
||||
import { Ref, ref } from 'vue';
|
||||
import Upload from '../../../components/Upload.vue';
|
||||
import RichEditor from '../../../components/RichEditor.vue';
|
||||
import {addGood} from '@/api/product';
|
||||
import { addGood } from '@/api/product';
|
||||
|
||||
const ruleForm = ref(null) as Ref;
|
||||
|
||||
@@ -90,7 +90,7 @@ const confirmClass = (val: any) => {
|
||||
};
|
||||
|
||||
const ok = async () => {
|
||||
ruleForm.value.validate().then(({valid, errors}: any) => {
|
||||
ruleForm.value.validate().then(({ valid, errors }: any) => {
|
||||
if (valid) {
|
||||
console.log('success', basicData.value);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user