Merge remote-tracking branch 'origin/main'

main
孟权伟 2 months ago
commit 271401b7c4

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

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

@ -1,6 +1,6 @@
<template>
<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="label">公司简介</view>
<view class="content">
@ -33,7 +33,7 @@ export default {
}
},
onLoad(options) {
Api.listDetil({ id: options.storeId })
Api.listDetil({ storeId: options.storeId })
.then(result => {
console.log(result);
this.mtDetails = result.data.storeInfo.mtDetails

Loading…
Cancel
Save