9 changed files with 16 additions and 12 deletions
@ -1,5 +1,5 @@ |
|||
<!--components/card/index.wxml--> |
|||
<view class="card tag-class" bindtap="onTap"> |
|||
<image class="card_logo" src="{{image.length > 0 ? 'image' : '/images/temp_1.png'}}"/> |
|||
<image class="card_logo" src="{{image.length > 0 ? image : '/images/temp_1.png'}}"/> |
|||
<view class="card_title">{{title}}</view> |
|||
</view> |
|||
|
|||
@ -1,5 +1,5 @@ |
|||
const config = { |
|||
// api_url: 'https://nei.netease.com/api/apimock/8290e3893033966572547b03f2ef3dbb/', // 服务器地址
|
|||
// api_url: 'http://192.168.42.44:8083/fqsb', // 服务器地址
|
|||
api_url: 'http://121.42.41.42:8092/fqsb' |
|||
} |
|||
export { config } |
|||
Loading…
Reference in new issue