浏览代码

修复bug

chenxiong 3 年之前
父节点
当前提交
1dbc429f0b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      pages2/appointment/kporder.vue
  2. 1 1
      pages2/appointment/order.vue

+ 1 - 1
pages2/appointment/kporder.vue

@@ -76,7 +76,7 @@ import { mapGetters } from 'vuex';
 export default {
 	data() {
 		return {
-			orderGoodsId:'',
+			orderGoodsId:0,
 			address_show: false,
 			addressName: '请选择',
 			addressId: null, //当前选中考试点ID

+ 1 - 1
pages2/appointment/order.vue

@@ -69,7 +69,7 @@ import { mapGetters } from 'vuex';
 export default {
 	data() {
 		return {
-			orderGoodsId:'',
+			orderGoodsId:0,
 			address_show: false,
 			addressName: '请选择',
 			addressId: null, //当前选中考试点ID