Selaa lähdekoodia

modify text and logo

Elbert Chen 1 vuosi sitten
vanhempi
commit
de56ce6408

+ 1 - 1
app.js

@@ -130,7 +130,7 @@ App({
     userInfo: {},
     statusBarHeight: 0,
     shareImage: "https://cookhome-images.oss-cn-hangzhou.aliyuncs.com/file.jm/yscShareImage.png",
-    shareTitle: "买正宗五常大米,就上官方体验店;正品保证 官方溯源",
+    shareTitle: "买正宗公明腊肠,就上官方体验店;正品保证 官方溯源",
     sharePath: "pages/tabBar/index/index?share=xcx",
     riceShareImage: "https://cookhome-images-1.oss-cn-hangzhou.aliyuncs.com/spokesman/nk6bBxk1lDEg1tjzocME5yGA6vXVvOW542SULr8f.png",
   },

+ 1 - 1
components/login/login.wxml

@@ -2,7 +2,7 @@
 	<view class='login_box'>
 		<image class="logLogo" src="/static/icon/ysc.png" mode="aspectFill"></image>
 		<view class="logTitle">原味公明腊肠优选</view>
-		<view class="logTool">五常大米官方体验商城</view>
+		<view class="logTool">公明腊肠官方体验商城</view>
 		<button class='login' open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">
 			<text class="wx_text">使用微信登录</text>
 		</button>

+ 1 - 1
components/navigationBar/navigationBar.js

@@ -3,7 +3,7 @@ Component({
   properties: {
     title: {
       type: String,
-      value: "五常大米"
+      value: "公明腊肠"
     },
     backgroundColor: {
       type: String,

+ 1 - 1
pages/activity/pages/bargain/index/index.js

@@ -474,7 +474,7 @@ Page({
     let titleFont = `normal 400 ${(14).toFixed(0)}px PingFang-SC-Medium`
     let title = this.data.actData.goods.goods_name || "商品名称";
     utils.canvasWraptitleText(ctx, title, 120, 104, 175, 52, 1, titleFont);
-    // let title = "五常大米 官方大概sfsfsdgsdg数源保真五常师傅大概是根深蒂固是的";
+    // let title = "公明腊肠 官方大概sfsfsdgsdg数源保真五常师傅大概是根深蒂固是的";
     // let width = ctx.measureText(title).width
     // console.log(width)
     // let length = title.length;

+ 1 - 1
pages/cart/pages/goodsDetail/goodsDetail.skeleton.wxml

@@ -63,7 +63,7 @@
         </view>
         <view class="goodsTitleBox flex">
           <view class="goodsTitleLeft">
-            <view class="goodsTitle textSpill2 sk-transparent sk-text-14-2857-526 sk-text">五常大米---summer2</view>
+            <view class="goodsTitle textSpill2 sk-transparent sk-text-14-2857-526 sk-text">公明腊肠---summer2</view>
           </view>
           <view class="rightBox flex">
             <view class="collection flex-column-c">

+ 2 - 2
pages/cart/pages/goodsDetail/goodsDetail.wxml

@@ -790,10 +790,10 @@
     <image src="/static/icon/icon_input_x.png" class="icon" bindtap="hideModelBuyOne"></image>
     <view class='t' wx:if="{{!getBuyStatusObj.is_expire && getBuyStatusObj.is_receive==0}}">
         <view>您的好友赠送了您</view>
-        <view>价值158元2.5kg五常大米</view>
+        <view>价值158元2.5kg公明腊肠</view>
     </view>
     <view class='t' wx:if="{{!getBuyStatusObj.is_expire && getBuyStatusObj.is_receive==1}}">
-        <view>价值158元2.5kg五常大米</view>
+        <view>价值158元2.5kg公明腊肠</view>
         <view>已被领取</view>
     </view>
     <view class='t' wx:if="{{getBuyStatusObj.is_expire}}">领取链接已失效</view>

+ 2 - 2
pages/cart/pages/goodsPoster/goodsPoster.js

@@ -118,9 +118,9 @@ Page({
     //门店
     ctx.setFillStyle('#FFFFFF');
     ctx.font = `normal 400 ${(Rpx * 24).toFixed(0)}px PingFang-SC-Medium`
-    let shopName = this.data.userInfo.shop_name || this.data.userInfo.bind_shop_name || "五常大米官方商城"; 
+    let shopName = this.data.userInfo.shop_name || this.data.userInfo.bind_shop_name || "公明腊肠官方商城"; 
     if(this.data.userInfo.role == 1 || this.data.userInfo.role == 99){
-      shopName = "五常大米官方商城"
+      shopName = "公明腊肠官方商城"
     }
     if(shopName.length > 20){
       shopName = shopName.slice(0, 19) + "..."

+ 1 - 1
pages/index/pages/riceCard/myRiceCard/myRiceCard.js

@@ -109,7 +109,7 @@ Page({
     if (state == 1 || state == "1") {
       activateItemCardId = "";
       if (!this.data.couponCode) {
-        utils.toast("请输入礼品卡激活码/大米提货券兑换码")
+        utils.toast("请输入礼品卡激活码/腊肠提货券兑换码")
         return;
       }
     } else {

+ 2 - 2
pages/index/pages/riceCard/myRiceCard/myRiceCard.wxml

@@ -4,7 +4,7 @@
             <view class="searchBox flex-c-bet">
                 <view class="search flex-c">
                     <image class="icon" src="/static/icon/icon_search.png" mode="aspectFill"></image>
-                    <input class="cInput" type='text' maxlength="50" bindinput='changeText' value="{{couponCode}}" placeholder='输入礼品卡激活码/大米提货券兑换码'></input>
+                    <input class="cInput" type='text' maxlength="50" bindinput='changeText' value="{{couponCode}}" placeholder='输入礼品卡激活码/腊肠提货券兑换码'></input>
                 </view>
                 <view class="activation flex-c-c" bindtap="showConfirmModal" data-state="1">激活/兑换</view>
             </view>
@@ -110,7 +110,7 @@
             </view>
              <view class="tipsItem flex">
                 <view class="key">4.</view>
-                <view class="vlaue">大米提货券激活后即可使用;</view>
+                <view class="vlaue">腊肠提货券激活后即可使用;</view>
             </view>
             <view class="tipsItem flex">
                 <view class="key">5.</view>

+ 1 - 1
pages/member/pages/buyMember/buyMember.wxml

@@ -27,7 +27,7 @@
                     <view class="text">1</view>
                 </view>
                 <view class="rightTextList">
-                    <view class="rtItem">送158元2.5kg五常大米;</view>
+                    <view class="rtItem">送158元2.5kg公明腊肠;</view>
                 </view>
             </view>
             <!-- 权益2 专属会员价 -->

+ 1 - 1
pages/member/pages/memberCenter/memberCenter.wxml

@@ -71,7 +71,7 @@
                     </view>
                      <view class="welfareItem" bind:tap="showReceiveModal"> 
                         <image class="icon" src="../../static/memA5.png" mode="aspectFill"></image>
-                        <view class="text space">2.5kg大米</view>
+                        <view class="text space">2.5kg腊肠</view>
                     </view>
                 </view>
             </block>

+ 1 - 1
pages/public/pages/about/about.wxml

@@ -2,7 +2,7 @@
     <view class="part_1">
         <image class="image" src="/static/icon/ysc.png" mode="aspectFill"></image>
         <view class="t">原味公明腊肠优选</view>
-        <view class="tool">五常大米官方体验店</view>
+        <view class="tool">公明腊肠官方体验店</view>
         <view class="desc">当前版本:{{versionNumber}}</view>
     </view>
     <view class="bottom">

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 1 - 1
pages/public/pages/serviceAgreement/serviceAgreement.wxml


+ 4 - 4
pages/tabBar/allGoods/allGoods.skeleton.wxml

@@ -80,7 +80,7 @@
             </view>
             <view class="goodsInfo sk-pseudo sk-pseudo-circle">
               <view class="goodsTextBox">
-                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-184 sk-text">五常大米--winter2</view>
+                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-184 sk-text">公明腊肠--winter2</view>
                 <view class="goodsNumber sk-transparent sk-text-14-2857-876 sk-text">月销量:5731</view>
               </view>
               <view class="priceBox">
@@ -99,7 +99,7 @@
             </view>
             <view class="goodsInfo sk-pseudo sk-pseudo-circle">
               <view class="goodsTextBox">
-                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-726 sk-text">五常大米--winter1</view>
+                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-726 sk-text">公明腊肠--winter1</view>
                 <view class="goodsNumber sk-transparent sk-text-14-2857-458 sk-text">月销量:5071</view>
               </view>
               <view class="priceBox">
@@ -118,7 +118,7 @@
             </view>
             <view class="goodsInfo sk-pseudo sk-pseudo-circle">
               <view class="goodsTextBox">
-                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-75 sk-text">summer五常大米优惠套餐更改1</view>
+                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-75 sk-text">summer公明腊肠优惠套餐更改1</view>
                 <view class="goodsNumber sk-transparent sk-text-14-2857-183 sk-text">月销量:1139</view>
               </view>
               <view class="priceBox">
@@ -137,7 +137,7 @@
             </view>
             <view class="goodsInfo sk-pseudo sk-pseudo-circle">
               <view class="goodsTextBox">
-                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-61 sk-text">五常大米--SUMMER20</view>
+                <view class="goodsName textSpill2 sk-transparent sk-text-14-2857-61 sk-text">公明腊肠--SUMMER20</view>
                 <view class="goodsNumber sk-transparent sk-text-14-2857-159 sk-text">月销量:1096</view>
               </view>
               <view class="priceBox">

+ 1 - 1
pages/tabBar/index/index.json

@@ -1,5 +1,5 @@
 {
-  "navigationBarTitleText": "五常大米商城",
+  "navigationBarTitleText": "公明腊肠商城",
   "enablePullDownRefresh": true,
   "backgroundTextStyle": "dark",
   "usingComponents": {

+ 1 - 1
pages/tabBar/login/login.wxml

@@ -13,7 +13,7 @@
         <view class="pageBox">
             <view class="title">原味公明腊肠优选</view>
             <view class="toolBox flex-c-c">
-                <text>五常大米官方体验商城</text>
+                <text>公明腊肠官方体验商城</text>
             </view>
         </view>
     </view>

+ 1 - 1
pages/tabBar/user/user.skeleton.wxml

@@ -166,7 +166,7 @@
               <view class="newModalTool kw one sk-transparent sk-opacity">1.请下载【名厨之家】APP</view>
               <view class="newModalTool kw sk-transparent sk-opacity">2.使用与小程序一致的手机号注册/登录</view>
               <view class="newModalTool kw sk-transparent sk-opacity">3.进入【我的】页面</view>
-              <view class="newModalTool kw sk-transparent sk-opacity">4.点击【五常大米小程序】横幅进入提现</view>
+              <view class="newModalTool kw sk-transparent sk-opacity">4.点击【公明腊肠小程序】横幅进入提现</view>
               <view class="newModalButtonBox flex-c-c">
                 <view class="mButton flex-c-c sk-transparent sk-opacity">知道了</view>
               </view>

+ 3 - 3
pages/tabBar/user/user.wxml

@@ -65,7 +65,7 @@
                 </view>
                 <!-- 仅普通用户且show_cash_box为false展示 -->
                 <block wx:if="{{info.role == 1 && !info.show_cash_box}}">
-                    <view class="ordinaryContent">
+                    <!-- <view class="ordinaryContent">
                         <image class="ordinaryYY" src="/static/images/u_yy.png" mode="aspectFill"></image>
                         <view class="ordinaryInfo" bind:tap="memberClick">
                             <image class="oBack" src="/static/images/u_1_ba.png" mode="aspectFill"></image>
@@ -98,7 +98,7 @@
                                 </view>
                             </view>
                         </view>
-                    </view>
+                    </view> -->
                 </block>
                 <block wx:else>
                     <!-- 收益模块 -->
@@ -357,7 +357,7 @@
         <view class="newModalTool kw one">1.请下载【名厨之家】APP</view>
         <view class="newModalTool kw">2.使用与小程序一致的手机号注册/登录</view>
         <view class="newModalTool kw">3.进入【我的】页面</view>
-        <view class="newModalTool kw">4.点击【五常大米小程序】横幅进入提现</view>
+        <view class="newModalTool kw">4.点击【公明腊肠小程序】横幅进入提现</view>
         <view class="newModalButtonBox flex-c-c">
             <view class="mButton flex-c-c" bind:tap="hideWithdrawalModal">知道了</view>
         </view>

+ 1 - 1
pages/user/pages/appletIncomePoster/appletIncomePoster.js

@@ -82,7 +82,7 @@ Page({
     ctx.font = `normal bold ${(Rpx * 32).toFixed(0)}px PingFang-SC-Medium`
     ctx.fillText(name, Rpx * 196, Rpx * 1270);
 
-    let sub = "向你推荐五常大米";
+    let sub = "向你推荐公明腊肠";
     ctx.setFillStyle('#5F6268');
     ctx.font = `normal 400 ${(Rpx * 24).toFixed(0)}px PingFang-SC-Medium`
     ctx.fillText(sub, Rpx * 196, Rpx * 1310);

+ 1 - 1
pages/user/pages/appletPoster/appletPoster.js

@@ -58,7 +58,7 @@ Page({
   
     let title = userInfo.shop_name || userInfo.bind_shop_name || "";
     if(userInfo.role == 1 || userInfo.role == 99){
-      title = "五常大米官方商城"
+      title = "公明腊肠官方商城"
     }
     if(title.length > 15){
       title = title.slice(0, 14) + "..."

+ 1 - 1
pages/user/pages/store/retailExplain/retailExplain.wxml

@@ -46,7 +46,7 @@
     <view class="content">
         <view class="itemTitle flex-column-c"><view>V任务的使命</view></view>
         <view class="itemToolRow">1)您的推荐助力,可以帮助农民增收,响应国家共同富裕的号召。</view>
-        <view class="itemToolRow">2)您的推荐助力,可以让更多人品尝到真正的五常大米。</view>
+        <view class="itemToolRow">2)您的推荐助力,可以让更多人品尝到真正的公明腊肠。</view>
         <view class="itemToolRow">3)您的推荐助力,可以使自己0元投入,便可以获取相应回报,同时您推荐的客户会成为您团队中的一员,您将享受团队的二级推荐金(推荐金比例详见“规则说明")</view>
         <view class="itemToolRow">4)您当月获得的推荐奖励金,将在<text>下月20号</text>发放。</view>
     </view>

+ 1 - 1
pages/user/pages/store/upgradeRetail/upgradeRetail.wxml

@@ -79,7 +79,7 @@
                     <view>V任务的使命</view>
                 </view>
                 <view class="itemToolRow">1)您的推荐助力,可以帮助农民增收,响应国家共同富裕的号召。</view>
-                <view class="itemToolRow">2)您的推荐助力,可以让更多人品尝到真正的五常大米。</view>
+                <view class="itemToolRow">2)您的推荐助力,可以让更多人品尝到真正的公明腊肠。</view>
                 <view class="itemToolRow">
                     3)您的推荐助力,可以使自己0元投入,便可以获取相应回报,同时您推荐的客户会成为您团队中的一员,您将享受团队的二级推荐金(推荐金比例详见“规则说明")
                 </view>

BIN
static/icon/icon_log_logo.png