Commit 0f3af8f5 authored by zhengke's avatar zhengke

修改

parent f9175c61
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
"sdkConfigs" : { "sdkConfigs" : {
"share" : { "share" : {
"weixin" : { "weixin" : {
"appid" : "wxcf0727a7c78b501e", "appid" : "wxbb033190e0ffa5db",
"UniversalLinks" : "" "UniversalLinks" : ""
} }
} }
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
"quickapp" : {}, "quickapp" : {},
/* 小程序特有相关 */ /* 小程序特有相关 */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxcf0727a7c78b501e", "appid" : "wxbb033190e0ffa5db",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"minified" : false "minified" : false
......
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
<view class="contanctDetail" style="height:100vh;"> <view class="contanctDetail" style="height:100vh;">
<view class="contanctTop"> <view class="contanctTop">
<view class="contactTop"> <view class="contactTop">
<img :src="dataList.BgImg" style="width:100%;height:100%;" alt=""/> <img :src="dataList.BgImg" mode="aspectFit" style="width:100%;height:100%;" alt=""/>
</view> </view>
<view class="contanctInfo"> <view class="contanctInfo">
<view class="contactName">姓名:{{dataList.Name}}</view> <view class="contactName">姓名:{{dataList.Name}}</view>
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
</view> </view>
<view class="contactLine"></view> <view class="contactLine"></view>
<view class="contactBottom"> <view class="contactBottom">
<u-divider color="#0B0B0B;" half-width="50" border-color="#404040" fontSize="35">简单介绍</u-divider> <u-divider color="#0B0B0B;" half-width="50" border-color="#404040" fontSize="35">个人介绍</u-divider>
<view class="contact_Intro" v-html="dataList.Intro"></view> <view class="contact_Intro" v-html="dataList.Intro"></view>
</view> </view>
</view> </view>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
} }
.contancList { .contancList {
width: 31%; width: 48%;
background-color: #fff; background-color: #fff;
margin:0 3.5% 10px 0; margin:0 3.5% 10px 0;
display: inline-block; display: inline-block;
...@@ -19,13 +19,13 @@ ...@@ -19,13 +19,13 @@
overflow: hidden; overflow: hidden;
} }
.contancList:nth-child(3) { .contancList:nth-child(2n+2) {
margin-right: 0; margin-right: 0;
} }
.contanctImg { .contanctImg {
width: 100%; width: 100%;
height: 131px; height: 180px;
} }
.contanctImg img { .contanctImg img {
......
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
export default { export default {
data() { data() {
return { return {
pageTitle: "FAT咨询", pageTitle: "咨询",
dataList: [], dataList: [],
msg: { msg: {
CompanyName:'', //公司名称 CompanyName:'', //公司名称
......
...@@ -113,7 +113,7 @@ export default { ...@@ -113,7 +113,7 @@ export default {
// 获取小程序APPID // 获取小程序APPID
Vue.prototype.GetMiniAppId = function() { Vue.prototype.GetMiniAppId = function() {
let appObj = {}; let appObj = {};
let appType = 2; let appType = 7;
switch (appType) { switch (appType) {
case 1: //赞羊 case 1: //赞羊
appObj = { appObj = {
...@@ -159,7 +159,7 @@ export default { ...@@ -159,7 +159,7 @@ export default {
break; break;
case 7: case 7:
appObj = {//韩国馆 appObj = {//韩国馆
AppId: 'HK20210221', AppId: 'wxbb033190e0ffa5db',
TenantId: 18, TenantId: 18,
MallBaseId: 8, MallBaseId: 8,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment