| | |
| | | <script>
|
| | | // "http://api.flqapp.com";
|
| | | var host = "http://api.flqapp.com";
|
| | | var h5host = "http://apph5.banliapp.com/";
|
| | | $(function() {
|
| | |
|
| | |
|
| | |
| | | },
|
| | |
|
| | | didSelect: function(result) {
|
| | | yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
|
| | | yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
|
| | | null)
|
| | | },
|
| | |
|
| | |
| | |
|
| | | localStorage.setItem('orderResut', JSON.stringify(list));
|
| | |
|
| | | yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + result,
|
| | | yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + result,
|
| | | null)
|
| | | },
|
| | |
|
| | |
| | |
|
| | | localStorage.setItem('orderResut', JSON.stringify(list));
|
| | |
|
| | | yesApp.jumpWeb('http://192.168.1.114:8848/flqFront/AppInside/teamOrder/orderSearchResult.html?key=' + key,
|
| | | yesApp.jumpWeb(h5host+'AppInside/teamOrder/orderSearchResult.html?key=' + key,
|
| | | null)
|
| | | }
|
| | | })
|
File was renamed from app20200609.js |
| | |
| | | //分享图片 |
| | | shareImgs: function(type, urls) { |
| | | var params = { |
| | | urls: urls |
| | | imgUrls: urls |
| | | }; |
| | | yesApp.api(function() { |
| | | yestv.shareImgs(type, urls); |
| | |
| | | |
| | | savePictures: function(urls) { |
| | | var params = { |
| | | urls: urls, |
| | | name: '' |
| | | }; |
| | | type: 1, |
| | | imgUrls: JSON.stringify(urls) |
| | | } |
| | | |
| | | yesApp.api(function() { |
| | | yestv.savePictures(params.urls, params.name); |
| | | yestv.savePictures(params.imgUrls); |
| | | }, function() { |
| | | yesApp.postApi('savePictures', urls); |
| | | yesApp.postApi('savePictures', params); |
| | | }); |
| | | }, |
| | | |