|
|
@@ -3016,7 +3016,7 @@ public class Jump2View {
|
|
|
public void gotoYYShop(Context activity) {
|
|
|
CommonUtil.getInstance().getConfigValue(Config.KEY_YY_SHOP_URL, url -> {
|
|
|
if (TextUtils.isEmpty(url))
|
|
|
- url = "http://smallstation.9yan.io/yy_shop/#/pages/index/index";
|
|
|
+ url = "http://smallstation.kfzs.com/yy_shop/#/pages/index/index";
|
|
|
goWeb(activity, new WebParams(url, Config.YY_SHOP_NAME));
|
|
|
});
|
|
|
}
|
|
|
@@ -3024,7 +3024,7 @@ public class Jump2View {
|
|
|
public void gotoYYShopAssist(Context activity) {
|
|
|
CommonUtil.getInstance().getConfigValue(Config.KEY_YY_SHOP_ASSIST_URL, url -> {
|
|
|
if (TextUtils.isEmpty(url))
|
|
|
- url = "http://smallstation.9yan.io/yy_shop/#/pages/clerk/index";
|
|
|
+ url = "http://smallstation.kfzs.com/yy_shop/#/pages/clerk/index";
|
|
|
goWeb(activity, new WebParams(url, Config.YY_SHOP_NAME));
|
|
|
});
|
|
|
}
|
|
|
@@ -3032,7 +3032,7 @@ public class Jump2View {
|
|
|
public void gotoYYShopMerchandiseById(Context activity, String merId) {
|
|
|
CommonUtil.getInstance().getConfigValue(Config.KEY_YY_SHOP_GOODS_URL, url -> {
|
|
|
if (TextUtils.isEmpty(url)) {
|
|
|
- url = "http://smallstation.9yan.io/yy_shop/#/pages/goods/goodsDetail";
|
|
|
+ url = "http://smallstation.kfzs.com/yy_shop/#/pages/goods/goodsDetail";
|
|
|
}
|
|
|
url += "?id=" + merId;
|
|
|
goWeb(activity, new WebParams(url, Config.YY_SHOP_NAME));
|
|
|
@@ -3042,7 +3042,7 @@ public class Jump2View {
|
|
|
public void gotoYYShopMerchandiseBySku(Context activity, String sku) {
|
|
|
CommonUtil.getInstance().getConfigValue(Config.KEY_YY_SHOP_SKU_URL, url -> {
|
|
|
if (TextUtils.isEmpty(url)) {
|
|
|
- url = "http://smallstation.9yan.io/yy_shop/#/pages/index/scanTurn";
|
|
|
+ url = "http://smallstation.kfzs.com/yy_shop/#/pages/index/scanTurn";
|
|
|
}
|
|
|
url += "?sku=" + sku;
|
|
|
goWeb(activity, new WebParams(url, Config.YY_SHOP_NAME));
|