|
|
@@ -168,11 +168,7 @@ export default {
|
|
|
async clickBtn() {
|
|
|
const screenWidth = screen.width
|
|
|
if (this.hasLogined) {
|
|
|
- // 微信特殊处理
|
|
|
- if (this.$store.state.isWeixin) {
|
|
|
- location.href = `https://www.proginn.com/index/app?from=index_h5`;
|
|
|
- return;
|
|
|
- } else if (screenWidth > 480) {
|
|
|
+ if (screenWidth > 480) {
|
|
|
const handleConfirm = () =>
|
|
|
this.$confirm(
|
|
|
`<p style='text-align: left;'>1认证申请为付费服务,若因申请者不达标而认证不通过,费用不予退回,3个月内可以免费申请3次;</p><br><p>2认证通过后,如果违反平台相关规则,平台有权取消认证资质。</p>`,
|