Explorar el Código

- 增加 已购买未激活容错页面

feat
JinxChen hace 1 año
padre
commit
ed42e3cde8
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      src/views/package-home/index.vue

+ 3
- 2
src/views/package-home/index.vue Ver fichero

@@ -1,7 +1,7 @@
<!--
* @Date: 2023-02-24 14:18:25
* @LastEditors: JinxChen
* @LastEditTime: 2023-03-02 00:20:21
* @LastEditTime: 2023-03-02 01:30:58
* @FilePath: \TelpoH5FrontendWeb\src\views\package-home\index.vue
* @description:
-->
@@ -71,12 +71,13 @@ export default {
if (isNotNull(code)) {
this.$store.commit("wxAuthCode", code);
/* this.getOpenId(); */
this.getWxCode();
}
} else {
this.getWxCode();
}
} else {
//this.getWxCode();
this.getWxCode();
console.log("当前浏览器内核并非支付宝或者微信");
}
},


Cargando…
Cancelar
Guardar