|
@@ -156,7 +156,7 @@
|
|
if(photol == false){
|
|
if(photol == false){
|
|
uni.showModal({
|
|
uni.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
- content: '您已经关闭相册权限,去设置',
|
|
|
|
|
|
+ content: '您已经关闭相机权限,去设置',
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
permision.gotoAppPermissionSetting()
|
|
permision.gotoAppPermissionSetting()
|
|
@@ -215,7 +215,7 @@
|
|
if(photol == false){
|
|
if(photol == false){
|
|
uni.showModal({
|
|
uni.showModal({
|
|
title: '提示',
|
|
title: '提示',
|
|
- content: '您已经关闭相册权限,去设置',
|
|
|
|
|
|
+ content: '您已经关闭相机权限,去设置',
|
|
success: function (res) {
|
|
success: function (res) {
|
|
if (res.confirm) {
|
|
if (res.confirm) {
|
|
plus.runtime.openURL("app-settings:");
|
|
plus.runtime.openURL("app-settings:");
|