|
@@ -32,7 +32,7 @@
|
|
<h4 class="mui-text-center"> </h4>
|
|
<h4 class="mui-text-center"> </h4>
|
|
<div class="explain" style="padding: 10px;">
|
|
<div class="explain" style="padding: 10px;">
|
|
<div>商品介绍:</div>
|
|
<div>商品介绍:</div>
|
|
- <p class="integralProductDesc"></p>
|
|
|
|
|
|
+ <p class="" id="integralProductImagetext"></p>
|
|
<div>温馨提醒:</div>
|
|
<div>温馨提醒:</div>
|
|
<p>如有任何使用疑问,可在微信公众号咨询客服,或拨打全国客服电话:<a href="tel:400-6781860">400-6781860</a></p>
|
|
<p>如有任何使用疑问,可在微信公众号咨询客服,或拨打全国客服电话:<a href="tel:400-6781860">400-6781860</a></p>
|
|
</div>
|
|
</div>
|
|
@@ -83,6 +83,7 @@
|
|
$("#integralProductName").text(dt.data.integralProduct.integralProductName);
|
|
$("#integralProductName").text(dt.data.integralProduct.integralProductName);
|
|
$(".integralProductDesc").text(dt.data.integralProduct.integralProductDesc);
|
|
$(".integralProductDesc").text(dt.data.integralProduct.integralProductDesc);
|
|
$("#convertDfbi").text(dt.data.integralProduct.convertDfbi+"朵粉币");
|
|
$("#convertDfbi").text(dt.data.integralProduct.convertDfbi+"朵粉币");
|
|
|
|
+ $("#integralProductImagetext").html(dt.data.integralProduct.integralProductImagetext);
|
|
|
|
|
|
$("#btn-cash").attr("name",dt.data.integralProduct.integralProductId);
|
|
$("#btn-cash").attr("name",dt.data.integralProduct.integralProductId);
|
|
if(!dt.data.exchangeInfo.isExchange){
|
|
if(!dt.data.exchangeInfo.isExchange){
|