Commit bbf910e4 authored by 王炽's avatar 王炽

666666

parent da8a3215
...@@ -17,8 +17,8 @@ const { ...@@ -17,8 +17,8 @@ const {
// 通常可以吧 baseUrl 单独放在一个 js 文件了 // 通常可以吧 baseUrl 单独放在一个 js 文件了
// export const baseUrl = "http://172.16.230.108:7777/pmall"; // export const baseUrl = "http://172.16.230.108:7777/pmall";
// export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境 // export const baseUrl = "https://momclub-uat.feihe.com/pmall";//测试环境
export const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2 // export const baseUrl = "https://momclub-test.feihe.com/pmall";//测试环境2
// export const baseUrl = "https://momclub.feihe.com/pmall";//生产环境 export const baseUrl = "https://momclub.feihe.com/pmall";//生产环境
// export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock // export const baseUrl = "https://docs.dui88.com/mock/1956/api";//mock
// export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall" // export const baseUrl = "https://feihe.m.duibatest.com.cn/pmall"
......
...@@ -2,10 +2,11 @@ ...@@ -2,10 +2,11 @@
<view class="hlaxPage"> <view class="hlaxPage">
<view class="hlax_bg"></view> <view class="hlax_bg"></view>
<image class="hlax_bg" <image class="hlax_bg"
:src="toolCfg.link?.go_see?($baseUrl + 'heliaixinTool/hlax_bg2.png'):$baseUrl + 'heliaixinTool/hlax_bg3.png'" :src="toolCfg.link?.go_see?($baseUrl + 'heliaixinTool/hlax_bg3.jpg'):$baseUrl + 'heliaixinTool/hlax_bg4.jpg'"
mode="aspectFill" /> mode="aspectFill" />
<image class="hlax_btn" :src="$baseUrl + 'heliaixinTool/btn_go_see1.png'" v-if="toolCfg.link?.go_see" <image class="hlax_btn" :src="$baseUrl + 'heliaixinTool/btn_go_see2.png'" v-if="toolCfg.link?.go_see"
@click="onTips" /> @click="onTips" />
<!-- go_see=true,有按钮,否则没有按钮 -->
</view> </view>
</template> </template>
......
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