Merge branch 'master' of http://gitea.yxtsoft.com/yxt_group/mallplus
This commit is contained in:
44
docs/xiugai/20230213/wx20230213.txt
Normal file
44
docs/xiugai/20230213/wx20230213.txt
Normal file
@@ -0,0 +1,44 @@
|
|||||||
|
聂金义:
|
||||||
|
一、广告公司
|
||||||
|
1.两套图标
|
||||||
|
2.两套宣传图,黄色比较模糊
|
||||||
|
3.APP图标与宣传图不符
|
||||||
|
4.加上河北省农村信用社APP
|
||||||
|
二、汇融云链
|
||||||
|
1.做两种第一种为“农业物资”、“生活物资”、“拼团特价”、“农业服务”,第二种“惠农套餐”、“拼团特价”、“限时抢购”“甄选优品”。
|
||||||
|
2.去掉“农店推荐”、“佣金”、我的邀请码。
|
||||||
|
3.优惠券领取后变灰
|
||||||
|
4.删除所有英文
|
||||||
|
5.进入店铺后顶部出现了“居家”、“餐厨”调整
|
||||||
|
6.灰色为原价、红色为惠农价,县区商超价。
|
||||||
|
7.分类里的商品只有一种
|
||||||
|
8.订货后一周提货
|
||||||
|
9.在下面列表图标与上面一致
|
||||||
|
10.配送点的绑定
|
||||||
|
三、惠传
|
||||||
|
1.同网络内互传
|
||||||
|
2.试一下音乐
|
||||||
|
|
||||||
|
聂金义:
|
||||||
|
一、广告公司
|
||||||
|
1.两套图标
|
||||||
|
2.两套宣传图,黄色比较模糊
|
||||||
|
3.惠传和商城图标样式一样
|
||||||
|
二、汇融云链
|
||||||
|
1.做两种第一种为“农业物资”、“生活物资”、“拼团特价”、“农业服务”,第二种“惠农套餐”、“拼团特价”、“限时抢购”“甄选优品”。
|
||||||
|
2.去掉“农店推荐”、“佣金”、我的邀请码。
|
||||||
|
3.优惠券领取后变灰
|
||||||
|
4.删除所有英文
|
||||||
|
5.进入店铺后顶部出现了“居家”、“餐厨”调整
|
||||||
|
6.灰色为原价、红色为惠农价,县区商超价。
|
||||||
|
7.分类里的商品只有一种
|
||||||
|
8.订货后一周提货
|
||||||
|
9.在下面列表图标与上面一致
|
||||||
|
10.配送点的绑定
|
||||||
|
三、惠传
|
||||||
|
1.同网络内互传
|
||||||
|
2.试一下音乐
|
||||||
|
四、平板
|
||||||
|
1.删除不必须的APP
|
||||||
|
2.加上河北省农村信用社APP
|
||||||
|
3.APP图标与宣传图不符
|
||||||
@@ -26,6 +26,6 @@ public class ConstansValue {
|
|||||||
|
|
||||||
public static final String sampleSubjectList = "id, category_id, title, pic, product_count, recommend_status, create_time, collect_count, read_count, comment_count, album_pics, description, show_status, forward_count, category_name, area_id, school_id, member_id, area_name, school_name, reward, member_name, video_src, type";
|
public static final String sampleSubjectList = "id, category_id, title, pic, product_count, recommend_status, create_time, collect_count, read_count, comment_count, album_pics, description, show_status, forward_count, category_name, area_id, school_id, member_id, area_name, school_name, reward, member_name, video_src, type";
|
||||||
|
|
||||||
public static final String sampleCommunityList = "id, company_id, name, pic, price, details,wuyecompany,wuyefei,latitude,longitude,create_time ";
|
public static final String sampleCommunityList = "id, company_id, name, pic, price, phone, details,wuyecompany,wuyefei,latitude,longitude,create_time ";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,13 +2,13 @@
|
|||||||
<el-card class="form-container" shadow="never">
|
<el-card class="form-container" shadow="never">
|
||||||
<el-form :model="community" :rules="rules" ref="communityFrom" label-width="100px">
|
<el-form :model="community" :rules="rules" ref="communityFrom" label-width="100px">
|
||||||
|
|
||||||
<el-form-item label="小区名称:" prop="name">
|
<el-form-item label="社区名称:" prop="name">
|
||||||
<el-input v-model="community.name"></el-input>
|
<el-input v-model="community.name"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="小区栋数:" prop="counts">
|
<el-form-item label="社区户数:" prop="counts">
|
||||||
<el-input v-model="community.counts"></el-input>
|
<el-input v-model="community.counts"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="小区地址:" prop="details">
|
<el-form-item label="社区地址:" prop="details">
|
||||||
<el-input v-model="community.details"></el-input>
|
<el-input v-model="community.details"></el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<el-card class="login-form-layout">
|
<el-card class="login-form-layout">
|
||||||
<el-form autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
|
<el-form autoComplete="on" :model="loginForm" :rules="loginRules" ref="loginForm" label-position="left">
|
||||||
<div style="text-align: center"><svg-icon icon-class="login-mall" style="width: 56px;height: 56px;color: #409EFF"></svg-icon></div>
|
<div style="text-align: center"><svg-icon icon-class="login-mall" style="width: 56px;height: 56px;color: #409EFF"></svg-icon></div>
|
||||||
<h2 class="login-title color-main">宇运动商户平台</h2>
|
<h2 class="login-title color-main">汇融云链管理平台</h2>
|
||||||
<el-form-item prop="username">
|
<el-form-item prop="username">
|
||||||
<el-input name="username" type="text" v-model="loginForm.username" autoComplete="on" placeholder="请输入用户名">
|
<el-input name="username" type="text" v-model="loginForm.username" autoComplete="on" placeholder="请输入用户名">
|
||||||
<span slot="prefix"><svg-icon icon-class="user" class="color-main"></svg-icon></span>
|
<span slot="prefix"><svg-icon icon-class="user" class="color-main"></svg-icon></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user