|
@@ -120,9 +120,9 @@
|
|
|
class="material uni-input">{{ basicInfo.firstTechnicalRequirement ? basicInfo.firstTechnicalRequirement : '-' }}</text>
|
|
|
</view>
|
|
|
<view class="uni-row info">
|
|
|
- <label for="SecondTechnicalRequirement">材质2:</label>
|
|
|
- <text id="SecondTechnicalRequirement"
|
|
|
- class="material uni-input">{{ basicInfo.SecondTechnicalRequirement ? basicInfo.SecondTechnicalRequirement : '-' }}</text>
|
|
|
+ <label for="secondTechnicalRequirement">材质2:</label>
|
|
|
+ <text id="secondTechnicalRequirement"
|
|
|
+ class="material uni-input">{{ basicInfo.secondTechnicalRequirement ? basicInfo.secondTechnicalRequirement : '-' }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|