mirror of
https://gitee.com/ShopeX/ECShopX_mobile-frontend
synced 2026-08-14 17:41:45 +08:00
Merge branch 'pinjinjin' of git.ishopex.cn:onex/espier-taro-fenxiao into pinjinjin
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<meta name="apple-touch-fullscreen" content="yes">
|
||||
<meta name="format-detection" content="telephone=no,address=no">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
||||
<meta name="referrer" content="never">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
||||
<title>Taro</title>
|
||||
<script>
|
||||
|
||||
@@ -22,6 +22,14 @@ export default class WgtCoupon extends Component {
|
||||
}
|
||||
}
|
||||
|
||||
handleGetUserInfo = () => {
|
||||
if (this.state.hasAuth) return
|
||||
|
||||
Taro.redirectTo({
|
||||
url: '/pages/auth/login'
|
||||
})
|
||||
}
|
||||
|
||||
handleGetCard = (cardId) => {
|
||||
let data = {}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user