Commit 373dd285 authored by qipeng's avatar qipeng

代码修改

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