소스 검색

Merge branch 'master' of http://git.topboom0912.com/czj/rebatedine-mini into master

shenxin 5 년 전
부모
커밋
ee35d48adc
6개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 1
      src/manifest.json
  2. 1 1
      src/pages/classification.vue
  3. 1 1
      src/pages/index.vue
  4. 1 1
      src/pagesSub/activity/activityDetail.vue
  5. 1 1
      src/pagesSub/order/rule.vue
  6. 1 1
      src/pagesSub/order/submitOutcome.vue

+ 1 - 1
src/manifest.json

@@ -54,7 +54,7 @@
 
 	},
 	"mp-weixin": { /* 微信小程序特有相关 */
-		"appid": "wx268dbc0f5dd92c92",
+		"appid": "wx3153d02066d316b7",
 		"setting": {
 			"urlCheck": false
 		},

+ 1 - 1
src/pages/classification.vue

@@ -126,7 +126,7 @@ export default {
     getLocation () {
       return new Promise((resolve, reject) => {
         uni.getLocation({
-          type: 'wgs84',
+          type: 'gcj02',
           success: (res) => {
             this.isLocation = true
             resolve(res)

+ 1 - 1
src/pages/index.vue

@@ -164,7 +164,7 @@ export default {
     getLocation () {
       return new Promise((resolve, reject) => {
         uni.getLocation({
-          type: 'wgs84',
+          type: 'gcj02',
           success: (res) => {
             this.isLocation = true
             resolve(res)

+ 1 - 1
src/pagesSub/activity/activityDetail.vue

@@ -296,7 +296,7 @@ export default {
     getLocation () {
       return new Promise((resolve, reject) => {
         uni.getLocation({
-          type: 'wgs84',
+          type: 'gcj02',
           success: (res) => {
             resolve(res)
           },

+ 1 - 1
src/pagesSub/order/rule.vue

@@ -24,7 +24,7 @@ export default {
     getLocation () {
       return new Promise((resolve, reject) => {
         uni.getLocation({
-          type: 'wgs84',
+          type: 'gcj02',
           success: (res) => {
             resolve(res)
           },

+ 1 - 1
src/pagesSub/order/submitOutcome.vue

@@ -44,7 +44,7 @@ export default {
     getLocation () {
       return new Promise((resolve, reject) => {
         uni.getLocation({
-          type: 'wgs84',
+          type: 'gcj02',
           success: (res) => {
             resolve(res)
           },