File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
miniprogram/packages/movie/pages/details Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1414 <view class='brief'>
1515 <image class='img-mv' src='{{details.cover_url}}' mode='widthFix' />
1616 <view class='.brief-info'>
17- <view wx:if='{{details.title}}' class='title'>{{details.title}}<text wx:if='{{details.original_title && details.original_title !== details.title}}'>({{details.original_title}})</text></view >
17+ <text wx:if='{{details.title}}' class='title' user-select >{{details.title}}<text wx:if='{{details.original_title && details.original_title !== details.title}}'>({{details.original_title}})</text></text >
1818 <!-- 概述 -->
1919 <view class='brief-time'>
2020 <text>{{details.pubdate}} / {{details.countries[0]}} / {{WxUtil.arr2str(details.genres," ")}} / {{details.directors[0].name}}(导演) / {{casts}}</text>
You can’t perform that action at this time.
0 commit comments