main
JING 8 months ago
parent f63d6a3a32
commit e8edd9c9db
  1. 6
      pagesA/merge/index.vue

@ -400,6 +400,12 @@
submit(key){
var _this =this;
_this.close(key);
if(key == 'tips_show')
{
uni.navigateTo({
url:'/pagesA/photo/face'
})
}
},
//
checkHave(item){

Loading…
Cancel
Save