提交 afc291d5 authored 作者: 劳广强's avatar 劳广强

fix: 修复 公告 u-text 组件不能用 问题

上级 6a9ec7dd
{ {
"name": "荣县随手拍", "name": "荣县随手拍",
"appid": "__UNI__7F4BF0D", "appid": "__UNI__BB9BAC0",
"description": "", "description": "",
"versionName": "1.0.0", "versionName": "1.0.0",
"versionCode": "100", "versionCode": "100",
...@@ -75,7 +75,8 @@ ...@@ -75,7 +75,8 @@
"/api": { "/api": {
// "target" : "https://csssptest.yuhuofei.cn", // "target" : "https://csssptest.yuhuofei.cn",
// "target" : "https://devrxssph5.yuhuofei.cn/", // "target" : "https://devrxssph5.yuhuofei.cn/",
"target": "https://devrxssph5.yuhuofei.cn/", // "target" : "https://devrxssph5.yuhuofei.cn/",
"target": "https://rxssp.yuhuofei.cn/",
"pathRewrite": {} "pathRewrite": {}
} }
} }
......
...@@ -26,7 +26,9 @@ ...@@ -26,7 +26,9 @@
<swiper display-multiple-items="3" :autoplay="false" :vertical="true" :circular="true" autoplay :interval="1500" style="height: 100%"> <swiper display-multiple-items="3" :autoplay="false" :vertical="true" :circular="true" autoplay :interval="1500" style="height: 100%">
<swiper-item v-for="(item, index) in noticeList" :key="item.id" :catchtouchmove="false"> <swiper-item v-for="(item, index) in noticeList" :key="item.id" :catchtouchmove="false">
<view class="notice-box"> <view class="notice-box">
<u--text :text="item.content" :lines="1" size="28rpx" color="#333" /> <view style="font-size: 28rpx; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding-right: 40rpx">
{{ item.content }}
</view>
<view class="notice-right"> <view class="notice-right">
<image mode="aspectFill" class="notice-right-icon" src="/static/icon/ic_jifen@2x.png" /> <image mode="aspectFill" class="notice-right-icon" src="/static/icon/ic_jifen@2x.png" />
<view class="notice-right-number">{{ getPrice(item.get_points) }}</view> <view class="notice-right-number">{{ getPrice(item.get_points) }}</view>
...@@ -150,6 +152,7 @@ export default { ...@@ -150,6 +152,7 @@ export default {
selectAddress() { selectAddress() {
console.log('获取位置') console.log('获取位置')
console.log('中国制造')
}, },
onArticleTypeClick(item, index) { onArticleTypeClick(item, index) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论