feat:更换oss
This commit is contained in:
@@ -5,13 +5,13 @@
|
||||
<view class="ID_card_upload">
|
||||
<view class="upload_item" @click="phoneFun('Z')">
|
||||
<up-image
|
||||
:src="fileListZ && Object.keys(fileListZ).length !== 0 ? fileListZ.accessUrl : 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_rx.png'"
|
||||
:src="fileListZ && Object.keys(fileListZ).length !== 0 ? fileListZ.accessUrl : 'https://static.tbmall.xin/static/ID_rx.png'"
|
||||
width="100%" height="90" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="upload_msg">点击上传身份证人像面</view>
|
||||
</view>
|
||||
<view class="upload_item" @click="phoneFun('F')">
|
||||
<up-image
|
||||
:src="fileListF && Object.keys(fileListF).length !== 0 ? fileListF.accessUrl : 'https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_gq.png'"
|
||||
:src="fileListF && Object.keys(fileListF).length !== 0 ? fileListF.accessUrl : 'https://static.tbmall.xin/static/ID_gq.png'"
|
||||
width="100%" height="90" bgColor="#f1f6ff00"></up-image>
|
||||
<view class="upload_msg">点击上传身份国旗面</view>
|
||||
</view>
|
||||
@@ -49,22 +49,22 @@ export default {
|
||||
id: 1,
|
||||
title: "标准",
|
||||
isOk: true,
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_ok.png",
|
||||
url: "https://static.tbmall.xin/static/ID_ok.png",
|
||||
}, {
|
||||
id: 2,
|
||||
title: "边框缺失",
|
||||
isOk: false,
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_error_1.png",
|
||||
url: "https://static.tbmall.xin/static/ID_error_1.png",
|
||||
}, {
|
||||
id: 3,
|
||||
title: "照片模糊",
|
||||
isOk: false,
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_error_2.png",
|
||||
url: "https://static.tbmall.xin/static/ID_error_2.png",
|
||||
}, {
|
||||
id: 4,
|
||||
title: "闪光强烈",
|
||||
isOk: false,
|
||||
url: "https://cex-pub.s3.ap-southeast-1.amazonaws.com/static/ID_error_3.png",
|
||||
url: "https://static.tbmall.xin/static/ID_error_3.png",
|
||||
}
|
||||
],
|
||||
fileListZ: {},// 身份正面照
|
||||
|
||||
Reference in New Issue
Block a user