chenrui 4 лет назад
Родитель
Сommit
fb63d8d659

+ 1 - 1
README.en.md

@@ -1,7 +1,7 @@
 # zyyc-shop-mini
 
 #### Description
-章鱼养车商城
+丘比养车商城
 
 #### Software Architecture
 Software architecture description

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # zyyc-shop-mini
 
 #### 介绍
-章鱼养车商城
+丘比养车商城
 
 #### 软件架构
 软件架构说明

+ 3 - 3
src/pages/index/index.vue

@@ -1,7 +1,7 @@
 <template>
   <div class="container index-page">
     <div class="header">
-      <img class="logo" src="https://zyyc.oss-cn-beijing.aliyuncs.com/shop_mini/icons/logo-full.png" alt="">
+      <img class="logo" src="/static/img/logo.png" alt="">
       <div class="header-ads">
         养出色,爱生活
       </div>
@@ -206,8 +206,8 @@ export default {
   }
 
   .logo {
-    height: 70rpx;
-    width: 270rpx;
+    height: 90rpx;
+    width: 90rpx;
   }
   .meal-title{
     padding: 15rpx 30rpx 15rpx 20rpx;

+ 3 - 3
src/pages/login/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div class="container login-panel">
-    <img class="logo-img" src="https://zyyc.oss-cn-beijing.aliyuncs.com/shop_mini/icons/logo-full.png">
+    <img class="logo-img" src="/static/img/logo.png">
     <van-button plain hairline type="primary" class="login-btn" round open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">
       <div class="login-btn-content">
         <div class="wechat-img"></div>
@@ -109,8 +109,8 @@ export default {
 }
 
 .logo-img {
-  width: 400rpx;
-  height: 100rpx;
+  width: 180rpx;
+  height: 180rpx;
 }
 
 .wechat-img {

+ 1 - 1
src/pages/paySuccess/index.vue

@@ -10,7 +10,7 @@
         </div>
       </div>
       <div class="pay-desc">
-        您可以在章鱼养车平台合作门店进行消费</br>
+        您可以在丘比养车平台合作门店进行消费</br>
         消费是请将"我的订单"中的二维码出示给门店进行核销
       </div>
 

+ 1 - 1
src/pages/shareActivity/index.vue

@@ -68,7 +68,7 @@ export default {
       authPhone: false,
       isLogin: false,
       isUserinfo: false,
-      userName: '章鱼养车',
+      userName: '丘比养车',
       userId: '',
       coupons: [],
       info: {}

+ 1 - 1
src/pages/washCar/index.vue

@@ -6,7 +6,7 @@
           <img :src="shareUser.headImageUrl" class="share-user-img">
         </div>
         <div class="poster-desc">
-          {{shareUser.nickName || '章鱼养车'}}邀请您{{info.title}}
+          {{shareUser.nickName || '丘比养车'}}邀请您{{info.title}}
         </div>
         <div class="receive-btn">
           <van-button v-if="!isLogin" round block type="danger" size="small" open-type="getPhoneNumber" @getphonenumber="getPhoneNumber">立即领取</van-button>

BIN
static/img/logo.png