Commit d0f1f197 authored by xinzhedeai's avatar xinzhedeai

fix:特种作业 图片上传限值->6

parent c180adb3
...@@ -299,8 +299,8 @@ window.addEventListener("load", function () { ...@@ -299,8 +299,8 @@ window.addEventListener("load", function () {
}, },
paizhao() { paizhao() {
var data = ["相册", "相机"]; var data = ["相册", "相机"];
// var maxSelectNum = 6; var maxSelectNum = 6;
var maxSelectNum = 1; // var maxSelectNum = 1;
lightAppJssdk.notification.showMediaAlert({ lightAppJssdk.notification.showMediaAlert({
arg0: data, arg0: data,
success: function (data) { success: function (data) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment