|
@@ -70,7 +70,7 @@
|
|
|
<div>商家地址:深圳市南山区英唐大厦1楼</div>
|
|
<div>商家地址:深圳市南山区英唐大厦1楼</div>
|
|
|
<!-- <div class="content-line link-url">在线咨询</div>-->
|
|
<!-- <div class="content-line link-url">在线咨询</div>-->
|
|
|
<div>致电:<a href="tel:4008301818" target="_blank" class="content-line">4008301818</a></div>
|
|
<div>致电:<a href="tel:4008301818" target="_blank" class="content-line">4008301818</a></div>
|
|
|
- <div>邮件:<a href="mailto:yrsc@usoftchina.com" target="_blank" class="content-lineUSOFTMALLWECHATINFO">yrsc@usoftchina.com</a></div>
|
|
|
|
|
|
|
+ <div>邮件:<a href="mailto:yrsc@usoftchina.com" target="_blank" class="content-line">yrsc@usoftchina.com</a></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
@@ -213,9 +213,7 @@
|
|
|
// 如果本地有缓存 则证明存在openid
|
|
// 如果本地有缓存 则证明存在openid
|
|
|
info = info && JSON.parse(info)
|
|
info = info && JSON.parse(info)
|
|
|
if (ua.match(/micromessenger/i) && ua.match(/micromessenger/i)[0] === 'micromessenger' && !this.$route.query.code && !info) {
|
|
if (ua.match(/micromessenger/i) && ua.match(/micromessenger/i)[0] === 'micromessenger' && !this.$route.query.code && !info) {
|
|
|
- // window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://pre.usoftmall.com&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
|
|
- window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://www.usoftmall.com&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
|
|
- // window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxd29bbca61728b189&redirect_uri=http://cuy53h.natappfree.cc&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
|
|
|
|
+ window.location.href = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=wxb3274b676737a319&redirect_uri=https://pre.usoftmall.com&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
|
|
|
} else if (ua.match(/micromessenger/i) && ua.match(/micromessenger/i)[0] === 'micromessenger') {
|
|
} else if (ua.match(/micromessenger/i) && ua.match(/micromessenger/i)[0] === 'micromessenger') {
|
|
|
if (!info) {
|
|
if (!info) {
|
|
|
this.$store.dispatch('GerWechatInfo', {code: this.$route.query.code})
|
|
this.$store.dispatch('GerWechatInfo', {code: this.$route.query.code})
|