From e391ba54be8027cba4673720c5c9cd472baa7ccc Mon Sep 17 00:00:00 2001 From: devil Date: Sun, 30 Aug 2020 00:41:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E6=9D=BF=E7=BB=86=E8=8A=82=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/index/view/default/buy/index.html | 14 +------ .../index/view/default/index/index.html | 4 +- application/service/ArticleService.php | 6 +-- application/service/CustomViewService.php | 6 +-- application/service/OrderService.php | 4 ++ application/service/ResourcesService.php | 9 +++-- application/service/ToutiaoService.php | 21 +++++----- application/tags.php | 16 -------- config/app.php | 2 +- public/static/admin/default/css/common.css | 1 - .../common/lib/ueditor/dialogs/map/map.html | 2 +- public/static/index/default/css/index.css | 6 +-- public/static/index/default/js/common.js | 2 +- .../article/2020/08/29/1598708276130441.jpg | Bin 0 -> 101024 bytes .../toutiao/pages/user-order/user-order.js | 38 +++++++++++------- 15 files changed, 59 insertions(+), 72 deletions(-) create mode 100644 public/static/upload/images/article/2020/08/29/1598708276130441.jpg diff --git a/application/index/view/default/buy/index.html b/application/index/view/default/buy/index.html index bf73fba2e..fa2f6a2fc 100755 --- a/application/index/view/default/buy/index.html +++ b/application/index/view/default/buy/index.html @@ -571,12 +571,7 @@ function BuySubmitBack(e) if(e.code == 0) { $.AMUI.progress.done(); - if($(window).width() < 640) - { - PromptBottom(e.msg, 'success', null, 50); - } else { - PromptCenter(e.msg, 'success'); - } + Prompt(e.msg, 'success'); setTimeout(function() { window.location.href = e.data.jump_url; @@ -584,12 +579,7 @@ function BuySubmitBack(e) } else { $('form.form-validation').find('button[type="submit"]').button('reset'); $.AMUI.progress.done(); - if($(window).width() < 640) - { - PromptBottom(e.msg, null, null, 50); - } else { - PromptCenter(e.msg); - } + Prompt(e.msg); } } \ No newline at end of file diff --git a/application/index/view/default/index/index.html b/application/index/view/default/index/index.html index 609002114..fb89164d3 100755 --- a/application/index/view/default/index/index.html +++ b/application/index/view/default/index/index.html @@ -88,10 +88,10 @@ {{if !empty($article_list)}}