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