修改标题链接显示
parent
200a151d72
commit
5cea3b29ae
4
App.vue
4
App.vue
|
|
@ -7,10 +7,10 @@
|
||||||
data: {
|
data: {
|
||||||
// 基础配置
|
// 基础配置
|
||||||
// 数据接口请求地址
|
// 数据接口请求地址
|
||||||
request_url:'https://new.shopxo.vip/',
|
request_url:'http://shopxo.com/',
|
||||||
|
|
||||||
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
|
// 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/)
|
||||||
static_url:'https://new.shopxo.vip/',
|
static_url:'http://shopxo.com/',
|
||||||
|
|
||||||
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
|
// 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立)
|
||||||
system_type: 'default',
|
system_type: 'default',
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<template v-else-if="!isEmpty(form.icon_class)">
|
<template v-else-if="!isEmpty(form.icon_class)">
|
||||||
<iconfont :name="'icon-' + form.icon_class" :size="new_style.icon_size * 2 + 'rpx'" :color="new_style.icon_color" propContainerDisplay="flex"></iconfont>
|
<iconfont :name="'icon-' + form.icon_class" :size="new_style.icon_size * 2 + 'rpx'" :color="new_style.icon_color" propContainerDisplay="flex"></iconfont>
|
||||||
</template>
|
</template>
|
||||||
<view v-if="!isEmpty(form.title)" class="nowrap" :style="title_style">{{ form.title }}</view>
|
<view v-if="!isEmpty(form.title)" class="nowrap" :style="title_style" :data-value="!isEmpty(form.title_link) ? form.title_link.page : ''" @tap="url_event">{{ form.title }}</view>
|
||||||
<view v-if="!isEmpty(form.subtitle) && new_style.title_line == '1'" class="text-word-break nowrap" :style="subtitle_style">{{ form.subtitle }}</view>
|
<view v-if="!isEmpty(form.subtitle) && new_style.title_line == '1'" class="text-word-break nowrap" :style="subtitle_style">{{ form.subtitle }}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex-row gap-10 align-c right-0 pa">
|
<view class="flex-row gap-10 align-c right-0 pa">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue