Browse Source

auto commit

gcz 4 years ago
parent
commit
f16b4c106d
2 changed files with 2 additions and 1 deletions
  1. 1 0
      config/config.js
  2. 1 1
      pages/usercenter/certificateList/certificate/certificate.vue

+ 1 - 0
config/config.js

@@ -24,6 +24,7 @@ const config = {
 	
 	// 证书地址
 	certificateUrl:'https://cqthht.hongweisoft.com/cert?',
+	// certificateUrl:'http://172.16.90.6:8080?',
 	
 	//本地图片
 	// imgUrl:"../../static/img/",

+ 1 - 1
pages/usercenter/certificateList/certificate/certificate.vue

@@ -9,7 +9,7 @@
 		+'&buyDate='+item.buyDate
 		+'&nickName='+item.nickName
 		+'&companyName='+item.companyName
-		+'&isH5=1'
+		+'&isH5=true'
 		">
 		</web-view>
 	</view>