|
@@ -208,6 +208,7 @@ func (this *ArticleController) Detail() {
|
|
|
// }
|
|
|
//}
|
|
|
strnum := strings.Index(detail.SellerAndMobile, "-")
|
|
|
+ detail.SellerAndMobile = detail.SellerAndMobile[0:strnum]
|
|
|
if strnum > 0 {
|
|
|
nickName := detail.SellerAndMobile[0:strnum]
|
|
|
sellerAndMobile := &models.SellerRep{
|