Browse Source

支付页换logo,换文字

lizhen_gitee 8 months ago
parent
commit
413c729f97

+ 1 - 1
application/index/controller/Index.php

@@ -45,7 +45,7 @@ class Index extends Controller
             'Pay_Amount'=> __('Pay Amount'),
             'Info'      => __('Info'),
             'Pay_Time'  => __('Pay Time'),
-            'bookingnow'  => __('Booking Now'),
+            'bookingnow'  => __('Book Session'),
         ];
         $this->assign('showtitle',$showtitle);
 

+ 1 - 1
application/index/lang/zh-cn.php

@@ -149,6 +149,6 @@ return [
     'Info' => '购买明细',
     'Pay Time' => '支付时间',
     'Pay Success' => '支付成功',
-    'Booking Now' => '立即预约',
+    'Book Session' => '立即预约',
     'OK' => '确定',
 ];

+ 1 - 1
application/index/view/index/lesson_paysuccess.html

@@ -16,7 +16,7 @@
 </head>
 
 <body>
-    <img src="/assets/img/logo2.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
+    <img src="/assets/img/logo3.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
     <table class="table">
         <tbody>
         <tr>

+ 1 - 1
application/index/view/index/package_paysuccess.html

@@ -16,7 +16,7 @@
 </head>
 
 <body>
-    <img src="/assets/img/logo2.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
+    <img src="/assets/img/logo3.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
     <table class="table">
         <tbody>
         <tr>

+ 1 - 1
application/index/view/index/paysuccess.html

@@ -18,7 +18,7 @@
 </head>
 
 <body>
-    <img src="/assets/img/logo2.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
+    <img src="/assets/img/logo3.png" style="width: 50%;height: 50%;margin: 20% 25%;" class="img-responsive">
     <table class="table">
         <tbody>
         <tr>

BIN
public/assets/img/logo3.png