achao 1 anno fa
parent
commit
3dbfe28ae1
1 ha cambiato i file con 6 aggiunte e 1 eliminazioni
  1. 6 1
      pages/goodSource/index.vue

+ 6 - 1
pages/goodSource/index.vue

@@ -251,7 +251,12 @@
 				that.startPlace = uni.getStorageSync('fPlaceObj');
 			} else {
 
-				that.startPlace.selected = '沈阳'
+				that.startPlace = {
+					fchoosearea: '',
+					fchoosecity: '沈阳市',
+					fchooseprovince: '新民市',
+					selected: '沈阳'
+				}
 				uni.setStorageSync('fPlaceObj', {
 					fchoosearea: '辽宁省',
 					fchoosecity: '沈阳市',