@@ -661,20 +661,9 @@
url: '/pagesGood/pickVideo?orderId=' + that.orderData.orderId + '&tenantCode=' + that.orderData.tenantCode
});
} else {
- wx.getSetting({
- success(res) {
- /*if (!res.authSetting['scope.camera']){
- that.show_qx=false;
- }else*/
- if (!res.authSetting['scope.record']) {
- that.show_qx = false;
- } else {
- uni.navigateTo({
- url: '/pagesGood/pickVideo?orderId=' + that.orderData.orderId + '&tenantCode=' + that.orderData.tenantCode
- });
- }
- })
+ uni.navigateTo({
+ url: '/pagesGood/pickVideo?orderId=' + that.orderData.orderId + '&tenantCode=' + that.orderData.tenantCode
+ });
}
},
// 跳转留言列表
@@ -206,20 +206,9 @@
return false;
@@ -79,20 +79,9 @@
url: '/pagesGood/pickVideo?orderId=' + that.orderId + '&tenantCode=' + that.tenantCode
}else{
- if (!res.authSetting['scope.record']){
- }else{
- url: '/pagesGood/pickVideo?orderId=' + that.orderId + '&tenantCode=' + that.tenantCode
+ url: '/pagesGood/pickVideo?orderId=' + that.orderId + '&tenantCode=' + that.tenantCode
// 返回首页