Commit 71c1c0bbcab7175d013f0581a11aaf3c86900bb2
Merge branch 'dev' of http://git.vipzhuang.cn/wxd/MShopWeApp into dev
Showing
2 changed files
with
3 additions
and
7 deletions
packageB/pages/AI-test-skin/analyse/analyse.js
@@ -215,11 +215,8 @@ Page({ | @@ -215,11 +215,8 @@ Page({ | ||
215 | getApp().globalData.face_result=res.data.data; | 215 | getApp().globalData.face_result=res.data.data; |
216 | }else{ | 216 | }else{ |
217 | var msg=th.data.err_map[res.data.code+""]; | 217 | var msg=th.data.err_map[res.data.code+""]; |
218 | - wx.showToast({ | ||
219 | - title: msg, | ||
220 | - icon: 'none', | ||
221 | - duration: 2000 | ||
222 | - }); | 218 | + let url = "/packageB/pages/AI-test-skin/fail_result/fail_result?msg="+msg; //跳到分析页 |
219 | + app.goto(url); | ||
223 | } | 220 | } |
224 | }) | 221 | }) |
225 | } | 222 | } |
packageB/pages/AI-test-skin/shoot_notice/shoot_notice.wxss
@@ -2,11 +2,10 @@ | @@ -2,11 +2,10 @@ | ||
2 | page { | 2 | page { |
3 | width: 100vw; | 3 | width: 100vw; |
4 | height: 100%; | 4 | height: 100%; |
5 | - /*padding: 40rpx 30rpx 0 30rpx;*/ | 5 | + padding: 40rpx 30rpx 0 30rpx; |
6 | box-sizing: border-box; | 6 | box-sizing: border-box; |
7 | background-color: #e7f5fb; | 7 | background-color: #e7f5fb; |
8 | } | 8 | } |
9 | -.page_set{padding: 40rpx 30rpx 0 30rpx;} | ||
10 | .content { | 9 | .content { |
11 | width: 100%; | 10 | width: 100%; |
12 | /* height: 100%; */ | 11 | /* height: 100%; */ |