Commit 67cc2a1a by swl

gx

parent ea6c20f7
......@@ -31,6 +31,5 @@ new Vue({
el: "#app",
router,
store,
render: (h) => h(App),
});
......@@ -966,10 +966,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText;
let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有
text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
} else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有
text = promiseText.together;
......
......@@ -1113,10 +1113,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText;
let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有
text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
} else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有
text = promiseText.together;
......@@ -1125,6 +1131,7 @@ export default {
}
let arr = {};
arr.promiseText = text;
console.log("--->", arr.promiseText);
arr.name = that.detail.name;
arr.idCard = that.detail.idCard;
arr.title = "用首套商品住房";
......
......@@ -964,10 +964,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText;
let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有
text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
} else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有
text = promiseText.together;
......
......@@ -974,10 +974,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText;
let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有
text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
} else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有
text = promiseText.together;
......
......@@ -1133,10 +1133,16 @@ export default {
let promiseText = that.$store.state.utils.promiseText;
let text = "";
if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 单独所有、共同共有
text = promiseText.alone;
} else if (this.realEstateArea == "丹阳市" && that.detail.key1 == "1") {
} else if (
this.realEstateArea == "丹阳市" &&
that.detail.commitmentType == "1"
) {
// 按份共有
text = promiseText.together;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment