diff --git a/App.vue b/App.vue index 57abdbc..7df5110 100644 --- a/App.vue +++ b/App.vue @@ -1,7 +1,12 @@ + + \ No newline at end of file diff --git a/components/message.vue b/components/message.vue index cab941c..a7d659a 100644 --- a/components/message.vue +++ b/components/message.vue @@ -1,82 +1,75 @@ + text { + width: 100%; + display: inline-block; + text-align: center; + } + } + \ No newline at end of file diff --git a/components/productList.vue b/components/productList.vue index a2491d5..c4071b2 100644 --- a/components/productList.vue +++ b/components/productList.vue @@ -3,13 +3,12 @@ - + {{item.userinfo.name}} - {{item.userinfo.posname}} + {{item.userinfo.posname}} - 拨打电话 @@ -22,7 +21,8 @@ {{item.desc}} - + + 行业:{{item.industryname}} @@ -30,18 +30,17 @@ - 会员价:¥{{item.vipprice}} - 市场价:¥{{item.price}} + - - 拨打电话 + 联系方式 - + @@ -88,7 +87,6 @@ \ No newline at end of file diff --git a/components/tabBar.vue b/components/tabBar.vue new file mode 100644 index 0000000..e7feb6b --- /dev/null +++ b/components/tabBar.vue @@ -0,0 +1,106 @@ + + + + + \ No newline at end of file diff --git a/main.js b/main.js index f3f949a..a2890b3 100644 --- a/main.js +++ b/main.js @@ -18,7 +18,7 @@ Vue.prototype.$model = model; //模拟数据 import json from '@/data.json' Vue.prototype.$json = json; -// 秘书处弹框 +// 联系人弹框 import secratary from '@/components/secratary.vue' Vue.component('secratary', secratary) //微信客服 diff --git a/manifest.json b/manifest.json index 314ea56..95d2059 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "intelligentGroup", + "name" : "RuoDianGroup", "appid" : "__UNI__8CF31FA", "description" : "", "versionName" : "1.0.0", @@ -50,9 +50,9 @@ "quickapp" : {}, /* 小程序特有相关 */ "mp-weixin" : { - "appid" : "wxbbddd1888da43ab0", + "appid" : "wx538b5e244f0ba5b3", "setting" : { - "urlCheck" : true, + "urlCheck" : false, "postcss" : true, "minified" : true }, diff --git a/pageTwo/login/add.vue b/pageTwo/login/add.vue index 09a9fdc..8eb4e5a 100644 --- a/pageTwo/login/add.vue +++ b/pageTwo/login/add.vue @@ -2,7 +2,7 @@ - 所属行业 + 系统划分 @@ -43,7 +43,7 @@ - + 企业全称 @@ -75,7 +75,7 @@ 点击上传企业营业执照,仅用于资质审核 - 通过什么途径了解智照团? + 通过什么途径了解沪抖团? - 加入智照团想收获什么? + 加入沪抖团想收获什么? - 所有上传的资料信息同意公开展示,最终解释权归智照团平台所有。 + 所有上传的资料信息同意公开展示,最终解释权归沪抖团平台所有。 @@ -206,7 +206,7 @@ confirmInfo() { let that = this if (!this.content.industryname) { - this.$tools.msg("请选择所属行业") + this.$tools.msg("请选择系统划分") return; } if (!this.content.name) { @@ -225,10 +225,10 @@ this.$tools.msg("请选择性别") return; } - if (!this.content.birthday) { - this.$tools.msg("请选择出生日期") - return; - } + // if (!this.content.birthday) { + // this.$tools.msg("请选择出生日期") + // return; + // } if (!this.content.comName) { this.$tools.msg("请输入公司全称") return; diff --git a/pageTwo/login/login.vue b/pageTwo/login/login.vue index 19f9dff..3eeee17 100644 --- a/pageTwo/login/login.vue +++ b/pageTwo/login/login.vue @@ -1,13 +1,18 @@