This commit is contained in:
parent
c85dc6501d
commit
4904f810c4
|
@ -315,6 +315,7 @@
|
|||
this.getCartNum();
|
||||
},
|
||||
scanCode() {
|
||||
// return this.addCartGoods('6944411605079');
|
||||
const that = this
|
||||
uni.scanCode({
|
||||
scanType: ["qrCode", "barCode", "datamatrix", "pdf417"],
|
||||
|
|
|
@ -1028,8 +1028,13 @@ import { Toast } from '../../libs/uniApi';
|
|||
},
|
||||
//个人详情
|
||||
logout() {
|
||||
// #ifdef H5
|
||||
this.$refs.popup1.open()
|
||||
// #endif
|
||||
// #ifndef H5
|
||||
if(ENV=='prod') this.byset()
|
||||
else this.$refs.popup1.open()
|
||||
// #endif
|
||||
},
|
||||
|
||||
//登录
|
||||
|
|
|
@ -187,9 +187,9 @@
|
|||
<button form-type="submit" @click="auth_token = ''" class="confirmBnt back">返回</button>
|
||||
</view>
|
||||
</form>
|
||||
<view class="copyright" @click="goCopyUrl">
|
||||
<!-- <view class="copyright" @click="goCopyUrl">
|
||||
{{ copyright.status == -1 ? `${copyright.year} ${copyright.url}` : copyright.Copyright }}
|
||||
</view>
|
||||
</view> -->
|
||||
|
||||
<Verify @success="success" :captchaType="'blockPuzzle'" :imgSize="{ width: '330px', height: '155px' }"
|
||||
ref="verify"></Verify>
|
||||
|
|
Loading…
Reference in New Issue