Commit 0f3af8f5 authored by zhengke's avatar zhengke

修改

parent f9175c61
......@@ -55,7 +55,7 @@
"sdkConfigs" : {
"share" : {
"weixin" : {
"appid" : "wxcf0727a7c78b501e",
"appid" : "wxbb033190e0ffa5db",
"UniversalLinks" : ""
}
}
......@@ -66,7 +66,7 @@
"quickapp" : {},
/* 小程序特有相关 */
"mp-weixin" : {
"appid" : "wxcf0727a7c78b501e",
"appid" : "wxbb033190e0ffa5db",
"setting" : {
"urlCheck" : false,
"minified" : false
......
......@@ -46,7 +46,7 @@
<view class="contanctDetail" style="height:100vh;">
<view class="contanctTop">
<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 class="contanctInfo">
<view class="contactName">姓名:{{dataList.Name}}</view>
......@@ -56,7 +56,7 @@
</view>
<view class="contactLine"></view>
<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>
</view>
......
......@@ -10,7 +10,7 @@
}
.contancList {
width: 31%;
width: 48%;
background-color: #fff;
margin:0 3.5% 10px 0;
display: inline-block;
......@@ -19,13 +19,13 @@
overflow: hidden;
}
.contancList:nth-child(3) {
.contancList:nth-child(2n+2) {
margin-right: 0;
}
.contanctImg {
width: 100%;
height: 131px;
height: 180px;
}
.contanctImg img {
......@@ -66,18 +66,18 @@
<scroll-view v-else :scroll-y="true" style="background-color: #f0f4f7;" :enable-back-to-top="true" :enable-flex="true"
@scrolltolower="lower" :style="{ 'height': `calc(100%)`}">
<view class="contanctIn">
<view class="contancList" v-for="(item,index) in dataList" @click="goDetail(item.Id)" :key="index">
<view class="contanctImg">
<img :src="item.HeadIcon" alt="" />
</view>
<view>
<view class="contancName">{{item.Name}}</view>
<view class="contancPosition">{{item.Position}}</view>
<view class="contactNum">
<image style="width:20px;height:20px;" src="../../static/images/call.png"></image>{{item.Tel}}
</view>
<view class="contancList" v-for="(item,index) in dataList" @click="goDetail(item.Id)" :key="index">
<view class="contanctImg">
<img :src="item.HeadIcon" alt="" />
</view>
<view>
<view class="contancName">{{item.Name}}</view>
<view class="contancPosition">{{item.Position}}</view>
<view class="contactNum">
<image style="width:20px;height:20px;" src="../../static/images/call.png"></image>{{item.Tel}}
</view>
</view>
</view>
</view>
<view style="padding:10px 0;">
<u-loadmore :status="status" :load-text="loadText" :font-size="24" :margin-top="0" :margin-bottom="0" bg-color="#f0f4f7" />
......
......@@ -101,7 +101,7 @@
export default {
data() {
return {
pageTitle: "FAT咨询",
pageTitle: "咨询",
dataList: [],
msg: {
CompanyName:'', //公司名称
......
......@@ -113,7 +113,7 @@ export default {
// 获取小程序APPID
Vue.prototype.GetMiniAppId = function() {
let appObj = {};
let appType = 2;
let appType = 7;
switch (appType) {
case 1: //赞羊
appObj = {
......@@ -159,7 +159,7 @@ export default {
break;
case 7:
appObj = {//韩国馆
AppId: 'HK20210221',
AppId: 'wxbb033190e0ffa5db',
TenantId: 18,
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