瀏覽代碼

commit -m 超级会员

zhengjinyi 3 年之前
父節點
當前提交
deb2792180
共有 2 個文件被更改,包括 22 次插入21 次删除
  1. 20 20
      main.js
  2. 2 1
      pages/seller/order/create-order.vue

+ 20 - 20
main.js

@@ -7,7 +7,7 @@ import * as Regs from '@/common/config/common.js'
 import { umtrackWxKey } from '@/utils/config.js'
 
 // 友盟依赖包
-// import uma from 'umtrack-wx'
+import uma from 'umtrack-wx'
 
 // 公共组件
 import { msg, modal, prePage, boundingClientRect } from './utils/util'
@@ -35,25 +35,25 @@ Vue.prototype.$getStorage = function(key) {
 /**
  * 友盟+小程序统计
  */
-// if (process.env.NODE_ENV != 'development') {
-// 	// #ifdef MP-WEIXIN
-// 	uma.init({
-// 		appKey: umtrackWxKey, //由友盟分配的APP_KEY
-// 		// 使用Openid进行统计,此项为false时将使用友盟+uuid进行用户统计。
-// 		// 使用Openid来统计微信小程序的用户,会使统计的指标更为准确,对系统准确性要求高的应用推荐使用Openid。
-// 		useOpenid: true,
-// 		// 使用openid进行统计时,是否授权友盟自动获取Openid,
-// 		// 如若需要,请到友盟后台"设置管理-应用信息"(https://mp.umeng.com/setting/appset)中设置appId及secret
-// 		autoGetOpenid: true,
-// 		debug: true, //是否打开调试模式
-// 		uploadUserInfo: false // 自动上传用户信息,设为false取消上传,默认为false
-// 	})
-// 	uma.install = function(Vue) {
-// 		Vue.prototype.$uma = uma
-// 	}
-// 	Vue.use(uma)
-// 	// #endif
-// }
+if (process.env.NODE_ENV != 'development') {
+    // #ifdef MP-WEIXIN
+    uma.init({
+        appKey: umtrackWxKey, //由友盟分配的APP_KEY
+        // 使用Openid进行统计,此项为false时将使用友盟+uuid进行用户统计。
+        // 使用Openid来统计微信小程序的用户,会使统计的指标更为准确,对系统准确性要求高的应用推荐使用Openid。
+        useOpenid: true,
+        // 使用openid进行统计时,是否授权友盟自动获取Openid,
+        // 如若需要,请到友盟后台"设置管理-应用信息"(https://mp.umeng.com/setting/appset)中设置appId及secret
+        autoGetOpenid: true,
+        debug: true, //是否打开调试模式
+        uploadUserInfo: false // 自动上传用户信息,设为false取消上传,默认为false
+    })
+    uma.install = function(Vue) {
+        Vue.prototype.$uma = uma
+    }
+    Vue.use(uma)
+    // #endif
+}
 
 // Vue实例化
 Vue.config.productionTip = false

+ 2 - 1
pages/seller/order/create-order.vue

@@ -323,6 +323,7 @@
 					this.orderShouldPayFee = this.allPrice
 					this.isCouponShow = false
 					this.secondflag = false
+					this.getAddressData()
 				}).catch(error =>{
 					this.$util.msg(error.msg,2000)
 				})
@@ -564,7 +565,7 @@
 				this.addressData = SelectData
 				this.getFreightData()
 			}else{
-				// this.getAddressData()
+				this.getAddressData()
 			}
 		}
 	}