|
@@ -165,6 +165,7 @@
|
|
|
function plusReady(){
|
|
|
bitmap = new plus.nativeObj.Bitmap();
|
|
|
document.getElementById("save-txt").display = "none"
|
|
|
+ $("#cancel-btn").hide()
|
|
|
}
|
|
|
// 保存到相册
|
|
|
function savePhoto(dataURL){
|
|
@@ -278,9 +279,6 @@
|
|
|
// 取消
|
|
|
document.getElementById('cancel-btn').onclick = function(){
|
|
|
history.go(-1)
|
|
|
- if(window.plus){
|
|
|
- uni.navigateBack()
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}else{
|