|
@ -606,7 +606,7 @@ function viewImg(dom) {
|
|
function chooseImageWx(){
|
|
function chooseImageWx(){
|
|
// dd.showModal();
|
|
// dd.showModal();
|
|
wx.chooseImage({
|
|
wx.chooseImage({
|
|
count: 3,
|
|
|
|
|
|
count: 1, //限制一次只能上传一张图片
|
|
success: function (res) {
|
|
success: function (res) {
|
|
for (var i in res.localIds) {
|
|
for (var i in res.localIds) {
|
|
images.push(res.localIds[i]);
|
|
images.push(res.localIds[i]);
|