Merge pull request '添加字体换行' (#319) from xbx into master
Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/319
This commit is contained in:
commit
20d20e12d1
@ -309,11 +309,13 @@
|
|||||||
position: fixed;
|
position: fixed;
|
||||||
left: 30rpx;
|
left: 30rpx;
|
||||||
bottom: 118rpx;
|
bottom: 118rpx;
|
||||||
|
width: 690rpx;
|
||||||
}
|
}
|
||||||
.danmuitem{
|
.danmuitem{
|
||||||
font-size: 26rpx;
|
font-size: 26rpx;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
word-wrap:anywhere;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
@ -550,6 +552,23 @@ export default {
|
|||||||
},
|
},
|
||||||
xuanzhong(i){
|
xuanzhong(i){
|
||||||
let that = this
|
let that = this
|
||||||
|
const token = uni.getStorageSync('token');
|
||||||
|
if(this.$store.state.hasLogin){
|
||||||
|
uni.request({
|
||||||
|
url:"https://mall.dmygkeji.com/api/Specialci/viewingOPproducts",
|
||||||
|
data:{
|
||||||
|
good_id:that.list[i].goods_id,
|
||||||
|
exple_id:that.info.user_id
|
||||||
|
},
|
||||||
|
method:"POST",
|
||||||
|
header:{
|
||||||
|
"Authorization" : 'Bearer' + " " + token
|
||||||
|
},
|
||||||
|
success(a){
|
||||||
|
console.log(a)
|
||||||
|
}
|
||||||
|
})
|
||||||
|
}
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `/pageB/sdetails/index?id=${that.list[i].goods_id}&type=1`
|
url: `/pageB/sdetails/index?id=${that.list[i].goods_id}&type=1`
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user