Compare commits

...

2 Commits

Author SHA1 Message Date
155c75d08f Merge branch 'master' of http://192.168.12.3:3000/xingyy/uni-Identify-quality 2023-09-27 10:05:04 +08:00
633fa5eaef fix 2023-09-27 10:04:48 +08:00
4 changed files with 43 additions and 50 deletions

View File

@ -26,7 +26,6 @@
shape="circle"
color="#76C458"
@click="startRecord"
@touchend="stopRecord"
:disabled="isAnimate"
></u-button>
<view style="margin-top: 20rpx;">
@ -92,11 +91,7 @@ export default {
// },
back() {
uni.navigateTo({
url:
"/pages/realName/realName?tempVideoPath=" +
this.tempVideoPath +
"&isfinish=" +
!!this.tempVideoPath
url: "/pages/realName/realName?tempVideoPath=" + this.tempVideoPath
});
}
}

View File

@ -56,6 +56,9 @@ export default {
this.infoOrders()
this.info()
},
onShow() {
this.infoOrders()
},
methods: {
async infoOrders(){
const res = await this.$api.mine.infoOrders()

File diff suppressed because one or more lines are too long

View File

@ -98,13 +98,11 @@ export default {
fileList: [],
fileList2: [],
video: '',
isfinish: false,
isChecked: false
};
},
async onLoad(options) {
if (options.tempVideoPath) {
this.isfinish = JSON.parse(options.isfinish) || false
this.video = await this.uploadFilePromise(options.tempVideoPath)
console.log('this.video', this.video)
const data = {