Merge branch 'hotfix/fix_qrCode' into 'master'
fix_qrCode See merge request !12
Showing
4 changed files
with
3 additions
and
3 deletions
package-lock.json
deleted
100644 → 0
This diff could not be displayed because it is too large.
1 | { | 1 | { |
2 | "name": "yas-jssdk", | 2 | "name": "yas-jssdk", |
3 | - "version": "2.4.18", | 3 | + "version": "2.4.19", |
4 | "description": "YOHO!采集系统的前端js的开发包", | 4 | "description": "YOHO!采集系统的前端js的开发包", |
5 | "keywords": [ | 5 | "keywords": [ |
6 | "YOHO!", | 6 | "YOHO!", |
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | "babel-runtime": "^6.20.0", | 42 | "babel-runtime": "^6.20.0", |
43 | "css-loader": "^0.26.1", | 43 | "css-loader": "^0.26.1", |
44 | "expect.js": "^0.3.1", | 44 | "expect.js": "^0.3.1", |
45 | - "gulp": "^3.8.11", | 45 | + "gulp": "^3.9.1", |
46 | "gulp-ftp": "^1.0.3", | 46 | "gulp-ftp": "^1.0.3", |
47 | "gulp-jshint": "^1.9.2", | 47 | "gulp-jshint": "^1.9.2", |
48 | "gulp-util": "^3.0.4", | 48 | "gulp-util": "^3.0.4", |
@@ -274,7 +274,7 @@ exports.getMiniAppDialog = function() { | @@ -274,7 +274,7 @@ exports.getMiniAppDialog = function() { | ||
274 | str += '<div class="mini-app-dialog" id="mini-app-dialog">'; | 274 | str += '<div class="mini-app-dialog" id="mini-app-dialog">'; |
275 | str += '<div class="mini-app-header"><span class="mini-app-close" id="mini-app-close"></span></div>'; | 275 | str += '<div class="mini-app-header"><span class="mini-app-close" id="mini-app-close"></span></div>'; |
276 | str += '<div class="mini-app-content"><img id="mini-app-img" src="' + minipath + '" onerror="this.src= \'' + imgpath + '\';this.onerror=null;" /></div>'; | 276 | str += '<div class="mini-app-content"><img id="mini-app-img" src="' + minipath + '" onerror="this.src= \'' + imgpath + '\';this.onerror=null;" /></div>'; |
277 | - str += '<div class="mini-app-footer">长按识别小程序码进入有货精选</div>'; | 277 | + str += '<div class="mini-app-footer">长按识别小程序码进入</div>'; |
278 | str += '</div>'; | 278 | str += '</div>'; |
279 | return str; | 279 | return str; |
280 | } | 280 | } |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment