Commit f7bbe5f8 authored by tangfh's avatar tangfh

+

parent ce698a64
## 1.0.4(2024-06-24)
1.0.4
## 1.0.3(2024-06-13) ## 1.0.3(2024-06-13)
1.0.3 1.0.3
## 1.0.2(2024-06-13) ## 1.0.2(2024-06-13)
......
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
this.$emit("onAddPicBtnClick"); this.$emit("onAddPicBtnClick");
let _this = this; let _this = this;
uni.chooseImage({ uni.chooseImage({
count: this.count, count: this.max,
success(res) { success(res) {
//console.log('chooseImage success res: ', res); //console.log('chooseImage success res: ', res);
let tempFilePaths = res.tempFilePaths; let tempFilePaths = res.tempFilePaths;
......
{ {
"id": "f-add-image-grid", "id": "f-add-image-grid",
"displayName": "f-add-image-grid", "displayName": "f-add-image-grid",
"version": "1.0.3", "version": "1.0.4",
"description": "图片选择", "description": "图片选择",
"keywords": [ "keywords": [
"f-add-image-grid" "f-add-image-grid"
......
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