|
@@ -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
|
|
|
+ });
|
|
|
}
|
|
|
},
|
|
|
// 跳转留言列表
|