فهرست منبع

修改¥和地址定位

13147038669 5 ماه پیش
والد
کامیت
45c656fe59

+ 2 - 2
crmeb_src/mer_uniapp/config/app.js

@@ -8,8 +8,8 @@
 // | Author: CRMEB Team <admin@crmeb.com>
 // +----------------------------------------------------------------------
 //移动端商城API 网络接口修改此配置,小程序域名要求https 例如:https://xxx
-let domain = 'http://127.0.0.1:20810'
-// let domain = 'https://play.nanodreamtech.com'
+// let domain = 'http://127.0.0.1:20810'
+let domain = 'https://play.nanodreamtech.com'
 
 module.exports = {
 	// 请求域名 格式: https://您的域名

+ 5 - 1
crmeb_src/mer_uniapp/pages/address/user_address/index.vue

@@ -28,7 +28,7 @@
 						<view class='name'>详细地址</view>
 						<input class="address" type='text' placeholder='请填写具体地址' placeholder-style="color:#ccc;" name='detail'
 							placeholder-class='placeholder' v-model='userAddress.detail' maxlength="100"></input>
-						<view class='iconfont icon-ic_location1 font_color' @tap="chooseLocation"></view>
+						<!--<view class='iconfont icon-ic_location1 font_color' @tap="chooseLocation"></view>-->
 					</view>
 				</view>
 				<view class='default acea-row row-middle borRadius14 mt20'>
@@ -39,10 +39,14 @@
 
 				<button class='keepBnt' form-type="submit">{{orderNo!=0?'保存并使用':'立即保存'}}</button>
 				<!-- #ifdef MP -->
+				<!--
 				<view class="wechatAddress" v-if="!addressId" @click="getWxAddress">导入微信地址</view>
+				-->
 				<!-- #endif -->
 				<!-- #ifdef H5 -->
+				<!--
 				<view class="wechatAddress" v-if="this.$wechat.isWeixin() && !addressId" @click="getAddress">导入微信地址</view>
+				-->
 				<!-- #endif -->
 			</view>
 		</form>

+ 2 - 2
crmeb_src/mer_uniapp/pages/goods/goods_details/index.vue

@@ -164,9 +164,9 @@
 								<view class="label acea-row row-between-wrapper">
 									<view class="tui-skeleton-rect text-line" v-if="
                       marketingType === ProductMarketingTypeEnum.Groupbuying
-                    ">{{ attr.productSelect.otPrice || 0 }}</view>
+                    ">{{$store.getters.priceUnit}}{{ attr.productSelect.otPrice || 0 }}</view>
 									<view class="tui-skeleton-rect text-line" v-else>
-										{{
+										{{$store.getters.priceUnit}}{{
                       productType === ProductTypeEnum.Integral
                         ? attr.productSelect.cost
                         : attr.productSelect.otPrice || 0

+ 1 - 1
crmeb_src/mer_uniapp/pages/users/user_coupon/index.vue

@@ -18,7 +18,7 @@
 					@click="goCouponsProList(item)">
 					<view class='money'
 						:class="item.validStr==='unusable'||item.validStr==='overdue' ? 'moneyGray' : 'main_bg'">
-						<view class="logo"><text class='num'>{{item.money?Number(item.money):''}}</text></view>
+						<view class="logo">{{$store.getters.priceUnit}}<text class='num'>{{item.money?Number(item.money):''}}</text></view>
 						<view class="pic-num">满{{ Number(item.minPrice) }}{{$store.getters.priceUnit}}可用</view>
 					</view>
 					<view class='text'>