@@ -121,7 +121,9 @@ Vue.prototype.showLoading = function(options) {
}
uni.showLoading(options)
-
+Vue.prototype.handleImageError = function(callback) {
+ callback('https://onlinecatelogue.productronicachina.com.cn/assets/image/normal-logo.jpg')
+}
Vue.prototype.hideLoading = function() {
uni.hideLoading()
@@ -279,13 +279,13 @@ export default {
.exhibitor-title {
flex: 1;
+ min-width: 1rpx;
font-size: $fontSize5;
color: #000000;
line-height: 40rpx;
padding-left: 19rpx;
padding-right: 24rpx;
+ word-break: break-word;
.exhibitor-title-1 {
font-weight: bold;
@@ -35,6 +35,8 @@
font-size: $fontSize4;
margin-left: 12rpx;
margin-right: 28rpx;
+ min-width: 1px;
&>view{
width: 100%;
@include text-ellipsis-line;