@@ -567,7 +567,7 @@ movable-view {
float: right;
padding-right: 50rpx;
font-size: 30rpx;
- color: #FF5722;
+ color: #4caf50;
padding: 10rpx 50rpx 10rpx;
line-height: 30rpx;
}
@@ -584,7 +584,7 @@ movable-view {
@@ -817,5 +817,8 @@ Page({
that.getProductDetail();
+ },
+ back:function(){
+ wx.navigateBack({})
})
@@ -145,7 +145,9 @@
</view>
-
+ <view class="detail-footer" wx:if="{{readOnly == 1}}">
+ <button bindtap="back" style="background: #fff;color: #eab86a;"> 返回</button>
+ </view>
<view wx:if="{{showDialog}}">