Compare commits

...

2 Commits

@ -4,7 +4,7 @@ module.exports = {
// 必填: 后端api地址, 斜杠/结尾 // 必填: 后端api地址, 斜杠/结尾
// apiUrl: 'http://192.168.1.103:8999/', // apiUrl: 'http://192.168.1.103:8999/',
// apiUrl: 'http://192.168.10.31:8999/',//服务器 // apiUrl: 'http://192.168.10.31:8999/',//服务器
apiUrl: 'http://192.168.10.70:8999/', apiUrl: 'https://mdc.huamar.com/',
// 必填: 默认商户号,从后台商户列表获取 // 必填: 默认商户号,从后台商户列表获取
merchantNo: '10001', merchantNo: '10001',
} }

@ -78,7 +78,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wx53b5ac263b9cdb5b", "appid" : "wxf0c4d6db59cce4ac",
"setting" : { "setting" : {
"urlCheck" : false, "urlCheck" : false,
"es6" : true, "es6" : true,

@ -1,6 +1,6 @@
<template> <template>
<view class="company-info-container"> <view class="company-info-container">
<img style="width: 100%;height: 400rpx;" :src="'http://192.168.10.110:8999' + list.logo" /> <img style="width: 100%;height: 400rpx;" :src="'http://192.168.10.15:8999' + list.logo" />
<view class="section"> <view class="section">
<view class="label">公司简介</view> <view class="label">公司简介</view>
<view class="content"> <view class="content">
@ -33,7 +33,7 @@ export default {
} }
}, },
onLoad(options) { onLoad(options) {
Api.listDetil({ id: options.storeId }) Api.listDetil({ storeId: options.storeId })
.then(result => { .then(result => {
console.log(result); console.log(result);
this.mtDetails = result.data.storeInfo.mtDetails this.mtDetails = result.data.storeInfo.mtDetails

Loading…
Cancel
Save