Commit 373dd285 authored by qipeng's avatar qipeng

代码修改

parent 5df2c6e3
...@@ -452,14 +452,14 @@ ...@@ -452,14 +452,14 @@
"navigationStyle": "custom" "navigationStyle": "custom"
} }
}, },
// { {
// "path": "getPortrait", "path": "getPortrait",
// "style": { "style": {
// "navigationBarTitleText": "", "navigationBarTitleText": "",
// "enablePullDownRefresh": false, "enablePullDownRefresh": false,
// "navigationStyle": "custom" "navigationStyle": "custom"
// } }
// }, },
{ {
"path": "myPhotoAlbum/myPhotoAlbum", "path": "myPhotoAlbum/myPhotoAlbum",
"style": { "style": {
......
...@@ -113,16 +113,18 @@ export default { ...@@ -113,16 +113,18 @@ export default {
this.showAddress = e.value[0].label this.showAddress = e.value[0].label
this.show=false this.show=false
}, },
stopPhoto(index){//单选 stopPhoto(index){//相片选择
this.checkTypeFun = false this.checkTypeFun = false
if(this.pictureFrameList[index].checkType==false){ if(this.pictureFrameList[index].checkType==false){
this.pictureFrameList[index].checkType = true this.pictureFrameList[index].checkType = true
}else{ }else{
this.pictureFrameList[index].checkType = false this.pictureFrameList[index].checkType = false
} }
this.checkTypeFun = true this.checkTypeFun = true
}, },
blowUpFun(){//相片放大
},
} }
} }
</script> </script>
......
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