master
Aiden 1 year ago
parent b3fe7e645f
commit 633fa5eaef

@ -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
});
}
}

@ -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

@ -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 = {

Loading…
Cancel
Save